diff options
Diffstat (limited to 'libio/tst-vtables-interposed.c')
-rw-r--r-- | libio/tst-vtables-interposed.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libio/tst-vtables-interposed.c b/libio/tst-vtables-interposed.c index 9068e53b88..e656f2b203 100644 --- a/libio/tst-vtables-interposed.c +++ b/libio/tst-vtables-interposed.c @@ -21,7 +21,12 @@ /* Provide an interposed definition of the standard file handles with our own vtable. stdout/stdin/stderr will not work as a result, but a succesful test does not print anything, so this is fine. */ +#include "libioP.h" +#undef _IO_file_jumps #define _IO_file_jumps jumps +#undef _IO_wfile_jumps +extern const struct _IO_jump_t _IO_wfile_jumps; +#define _IO_wfile_jumps _IO_wfile_jumps #include "stdfiles.c" static int |