projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0ffee
)
(_sys_errlist_internal): Declare as hidden.
author
drepper
<drepper>
Thu, 14 Mar 2002 00:46:05 +0000
(
00:46
+0000)
committer
drepper
<drepper>
Thu, 14 Mar 2002 00:46:05 +0000
(
00:46
+0000)
(_sys_nerr_internal): Library.
include/stdio.h
patch
|
blob
|
history
diff --git
a/include/stdio.h
b/include/stdio.h
index
32547b9
..
a72d1d7
100644
(file)
--- a/
include/stdio.h
+++ b/
include/stdio.h
@@
-74,8
+74,8
@@
extern wint_t __getwc_unlocked (FILE *__fp);
# endif
-extern __const char *__const _sys_errlist_internal[];
-extern int _sys_nerr_internal;
+extern __const char *__const _sys_errlist_internal[]
attribute_hidden
;
+extern int _sys_nerr_internal
attribute_hidden
;
# endif