From 66b0ab2043cdc060a3314dcfdbc092a61c13e476 Mon Sep 17 00:00:00 2001 From: drepper Date: Mon, 6 Oct 1997 00:35:54 +0000 Subject: [PATCH] (_IO_proc_jumps): Initialize showmanyc and imbue. --- libio/iopopen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libio/iopopen.c b/libio/iopopen.c index 59d4fc3f0e..f0589bf184 100644 --- 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) }; -- 2.11.0