diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-07 00:50:06 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-07 00:50:06 +0000 |
commit | 21237865a7b9e4898516678382a98163a9248592 (patch) | |
tree | 26f66ceabe878c6d867046f5ae0f47e09b564493 /include/libc-internal.h | |
parent | dec40863edc983e258161516a57413659b7fcfb9 (diff) |
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r-- | include/libc-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h index 8e79b0c9d..feb27b812 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -173,6 +173,9 @@ extern ssize_t __write(int __fd, __const void *__buf, size_t __n) attribute_hidd extern int __close(int __fd) attribute_hidden; extern __pid_t __getpid (void) attribute_hidden; +/* #include <stdio.h> */ +extern void __perror (__const char *__s) attribute_hidden; + /* #include <stdlib.h> */ extern char *__getenv (__const char *__name) attribute_hidden; |