diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2010-04-20 10:16:44 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-04-20 10:16:44 +0000 |
commit | 9d79ec20fb18158492642c73fb8a17b531308a7d (patch) | |
tree | 49cd6b92975d51b11b3034ce84d086a90b7f707b /include/stdlib.h | |
parent | ee94f0a272922e3e5a9fa907e5e73497991b6fcf (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 b8cd1a389f84e..b833203c65ba2 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -201,7 +201,7 @@ int posix_openpt(int); char *ptsname(int); int putenv(char *); long random(void); -char *realpath(const char *, char resolved_path[]); +char *realpath(const char * __restrict, char * __restrict); unsigned short *seed48(unsigned short[3]); #ifndef _SETKEY_DECLARED |