tmpnam.3: Remove mention od _BSD_SOURCE and _SVID_SOURCE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-12 21:18:33 +01:00
parent 6b8b0e500c
commit 97ff735155
1 changed files with 1 additions and 10 deletions

View File

@ -157,16 +157,7 @@ tmpnam_r(char *s)
.fi
.sp
apparently as a warning not to use NULL.
A few systems implement it.
To get a glibc prototype for this function from
.IR <stdio.h> ,
define
.B _SVID_SOURCE
or
.B _BSD_SOURCE
(before including
.I any
header file).
A few systems implement it and an implementation is provided in glibc.
.SH BUGS
Never use this function.
Use