makedev.3: NOTES: mention that <sys/types.h> may also define these macros

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-04-20 14:04:28 +02:00
parent 3350a86413
commit 85a4005516
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ they have been aliases for three GNU-specific functions:
and
.BR gnu_dev_minor ().
The latter names are exported, but the traditional names are more portable.
The BSDs expose the definitions for these macros via
.IR <sys/types/.h> ,
and glibc also exposes definitions for these macros from that
header file if suitable feature test macros are defined.
.SH SEE ALSO
.BR mknod (2),
.BR stat (2)