diff options
| author | David Schultz <das@FreeBSD.org> | 2009-03-14 02:31:48 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2009-03-14 02:31:48 +0000 |
| commit | d9c4315930036dff79ef2357989d51c1d24a9b91 (patch) | |
| tree | 92c28c6e56d781e1aca108425204267987f62b73 /include/stdlib.h | |
| parent | 49dd3b8df914104be0509b9d090f16ae8a7a0dfe (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index cd157064a058..b036bb9d3d84 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -196,7 +196,7 @@ long jrand48(unsigned short[3]); char *l64a(long); void lcong48(unsigned short[7]); long lrand48(void); -#if !defined(_MKTEMP_DECLARED) && __XSI_VISIBLE <= 600 +#if !defined(_MKTEMP_DECLARED) && (__BSD_VISIBLE || __XSI_VISIBLE <= 600) char *mktemp(char *); #define _MKTEMP_DECLARED #endif |
