]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/termios.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / sys / termios.h
index c1f3b5dacb297472f52736464222a5bcc811a193..ac0cacb1e243f6c687e557e3d933a86032ae5abd 100644 (file)
 #endif
 #define        NCCS            20
 
-#ifndef _POSIX_VDISABLE
-#define        _POSIX_VDISABLE 0xff
-#endif
+#include <sys/_types/_posix_vdisable.h>
 
 #if !defined(_POSIX_C_SOURCE) || defined(_DARWIN_C_SOURCE)
 #define        CCEQ(val, c)    ((c) == (val) ? (val) != _POSIX_VDISABLE : 0)