diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2010-05-04 05:34:18 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-05-04 05:34:18 +0000 |
| commit | 14d447de525f9e398a09b0354cc7a216aa64561c (patch) | |
| tree | 8d52fe16daa7d57ea1120185988372695ae793f5 /include | |
| parent | 22df1496d2c8f9946206b721706e563bc087f795 (diff) | |
Notes
Diffstat (limited to 'include')
| -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 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 |
