unistd: Add _POSIX_DEVICE_CONTROL.

We have posix_devctl, so we should declare this now.
This commit is contained in:
Augustin Cavalier
2026-01-06 19:38:49 -05:00
parent 1e4c529aeb
commit ca5c5d531e
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -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: