unistd: Add _POSIX_DEVICE_CONTROL.
We have posix_devctl, so we should declare this now.
This commit is contained in:
@@ -169,6 +169,8 @@ __sysconf(int name)
|
||||
return _POSIX_CLOCK_SELECTION;
|
||||
case _SC_CPUTIME:
|
||||
return _POSIX_CPUTIME;
|
||||
case _SC_DEVICE_CONTROL:
|
||||
return _POSIX_DEVICE_CONTROL;
|
||||
case _SC_FSYNC:
|
||||
return _POSIX_FSYNC;
|
||||
case _SC_IPV6:
|
||||
|
||||
Reference in New Issue
Block a user