diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-07 03:48:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-07 03:48:45 +0000 |
commit | 14a2bd4b6d7a6fff5b4f6916af7eed796b919153 (patch) | |
tree | d3b33d8aee6abb3c6c288b185c53e064318b1963 /libio/libioP.h | |
parent | 445506e34149d6f11c5b39aa9046d453a6fd0e7f (diff) | |
download | glibc-14a2bd4b6d7a6fff5b4f6916af7eed796b919153.tar glibc-14a2bd4b6d7a6fff5b4f6916af7eed796b919153.tar.gz glibc-14a2bd4b6d7a6fff5b4f6916af7eed796b919153.tar.bz2 glibc-14a2bd4b6d7a6fff5b4f6916af7eed796b919153.zip |
Update.
2003-05-06 Ulrich Drepper <drepper@redhat.com>
* libio/oldiofdopen.c (_IO_old_fdopen): Use _IO_old_init not _IO_init.
* libio/oldiofopen.c (_IO_old_fopen): Likewise.
* libio/libioP.h: Declare _IO_old_init.
* libio/genops.c (_IO_no_init): Split in two. New function
_IO_old_init.
Diffstat (limited to 'libio/libioP.h')
-rw-r--r-- | libio/libioP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/libioP.h b/libio/libioP.h index 8255fc997f..ca6535aab0 100644 --- a/libio/libioP.h +++ b/libio/libioP.h @@ -479,6 +479,7 @@ extern int _IO_new_fgetpos64 __P ((_IO_FILE *, _IO_fpos64_t *)); extern int _IO_old_fgetpos64 __P ((_IO_FILE *, _IO_fpos64_t *)); extern int _IO_new_fsetpos64 __P ((_IO_FILE *, const _IO_fpos64_t *)); extern int _IO_old_fsetpos64 __P ((_IO_FILE *, const _IO_fpos64_t *)); +extern void _IO_old_init __P ((_IO_FILE *fp, int flags)); #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T |