Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!unistd.h: move _POSIX_VDISABLE from termios.h #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions include/termios.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ typedef int tcflag_t;

#define NCCS 17

#define _POSIX_VDISABLE '\0'


struct termios {
tcflag_t c_iflag;
Expand Down
2 changes: 2 additions & 0 deletions include/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ extern "C" {
#define _SC_PAGESIZE 4
#define _SC_PAGE_SIZE _SC_PAGESIZE /* spec. 1170 compatibility */

#define _POSIX_VDISABLE '\0'


extern long sysconf(int name);

Expand Down
Loading