Opened 11 years ago
Closed 10 years ago
#10833 closed bug (fixed)
mknod() declaration should be moved to sys/stat.h
Reported by: | korli | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
http://pubs.opengroup.org/onlinepubs/9699919799/functions/mknod.html
ATM (hrev47221) it's located in unistd.h.
mknodat() is also to be moved.
Note:
See TracTickets
for help on using tickets.
Fixed in hrev47625