Skip to content

Commit

Permalink
!unistd.h: move _POSIX_VDISABLE from termios.h
Browse files Browse the repository at this point in the history
JIRA: RTOS-965
  • Loading branch information
badochov committed Jan 16, 2025
1 parent dc3f187 commit a7453f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit a7453f0

Please sign in to comment.