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:
1537fac
)
(_IO_proc_jumps): Initialize showmanyc and imbue.
author
drepper
<drepper>
Mon, 6 Oct 1997 00:35:54 +0000
(
00:35
+0000)
committer
drepper
<drepper>
Mon, 6 Oct 1997 00:35:54 +0000
(
00:35
+0000)
libio/iopopen.c
patch
|
blob
|
history
diff --git
a/libio/iopopen.c
b/libio/iopopen.c
index
59d4fc3
..
f0589bf
100644
(file)
--- a/
libio/iopopen.c
+++ b/
libio/iopopen.c
@@
-247,5
+247,7
@@
struct _IO_jump_t _IO_proc_jumps = {
JUMP_INIT(write, _IO_file_write),
JUMP_INIT(seek, _IO_file_seek),
JUMP_INIT(close, _IO_proc_close),
- JUMP_INIT(stat, _IO_file_stat)
+ JUMP_INIT(stat, _IO_file_stat),
+ JUMP_INIT(showmanyc, _IO_default_showmanyc),
+ JUMP_INIT(imbue, _IO_default_imbue)
};