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:
2f1da1c
)
[!_IO_MTSAFE] (DEF_STDFILE): Fix parameter list.
author
drepper
<drepper>
Wed, 29 Oct 1997 20:20:54 +0000
(20:20 +0000)
committer
drepper
<drepper>
Wed, 29 Oct 1997 20:20:54 +0000
(20:20 +0000)
libio/stdfiles.c
patch
|
blob
|
history
diff --git
a/libio/stdfiles.c
b/libio/stdfiles.c
index
5686166
..
7eb8283
100644
(file)
--- a/
libio/stdfiles.c
+++ b/
libio/stdfiles.c
@@
-39,7
+39,7
@@
= {{FILEBUF_LITERAL(CHAIN, FLAGS, FD), &_IO_file_jumps},}; \
default_symbol_version (INAME, NAME, GLIBC_2.1)
#else
-#define DEF_STDFILE(INAME, FD, CHAIN, FLAGS) \
+#define DEF_STDFILE(INAME,
NAME,
FD, CHAIN, FLAGS) \
struct _IO_FILE_complete INAME \
= {{FILEBUF_LITERAL(CHAIN, FLAGS, FD), &_IO_file_jumps},}; \
default_symbol_version (INAME, NAME, GLIBC_2.1)