diff options
author | Zack Weinberg <zackw@panix.com> | 2018-03-18 17:01:06 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-03-26 09:05:19 -0400 |
commit | f66704a937db50bbd78acc5c29f569b4c8e35d19 (patch) | |
tree | 92d261f99ff3346bffb3a61f6e788fe0daf6093e /libio/iofopncook.c | |
parent | 9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff) | |
download | glibc-zack/wip-check-localplt-2.tar glibc-zack/wip-check-localplt-2.tar.gz glibc-zack/wip-check-localplt-2.tar.bz2 glibc-zack/wip-check-localplt-2.zip |
WIP finer-grained, more aggressive local PLT call checkzack/wip-check-localplt-2
Diffstat (limited to 'libio/iofopncook.c')
-rw-r--r-- | libio/iofopncook.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/iofopncook.c b/libio/iofopncook.c index 43a87fe4be..7411737585 100644 --- a/libio/iofopncook.c +++ b/libio/iofopncook.c @@ -147,7 +147,7 @@ set_callbacks (cookie_io_functions_t *target, *target = source; } -void +static void _IO_cookie_init (struct _IO_cookie_file *cfile, int read_write, void *cookie, cookie_io_functions_t io_functions) { @@ -213,7 +213,7 @@ _IO_fopencookie (void *cookie, const char *mode, return (FILE *) &new_f->cfile.__fp; } - +libc_hidden_def (_IO_fopencookie) versioned_symbol (libc, _IO_fopencookie, fopencookie, GLIBC_2_2); #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) |