aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2010-05-04 05:34:18 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2010-05-04 05:34:18 +0000
commit14d447de525f9e398a09b0354cc7a216aa64561c (patch)
tree8d52fe16daa7d57ea1120185988372695ae793f5 /include
parent22df1496d2c8f9946206b721706e563bc087f795 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 265398e6eef4..16eea0362172 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -159,6 +159,7 @@ void _Exit(int) __dead2;
#if __POSIX_VISIBLE /* >= ??? */
int posix_memalign(void **, size_t, size_t); /* (ADV) */
int rand_r(unsigned *); /* (TSF) */
+char *realpath(const char * __restrict, char * __restrict);
int setenv(const char *, const char *, int);
int unsetenv(const char *);
#endif
@@ -205,7 +206,6 @@ int posix_openpt(int);
char *ptsname(int);
int putenv(char *);
long random(void);
-char *realpath(const char *, char resolved_path[]);
unsigned short
*seed48(unsigned short[3]);
#ifndef _SETKEY_DECLARED