diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-26 20:49:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-26 20:49:55 +0000 |
commit | 209caedfd0ef7b7c535a26ffe84e0ea9683335da (patch) | |
tree | 5becb4f4d8f6fd4cf8f01607c94f1e284744117c /libio/Makefile | |
parent | 009479366d6105713c71b413e6f92d39c08e2ab3 (diff) | |
download | glibc-209caedfd0ef7b7c535a26ffe84e0ea9683335da.zip glibc-209caedfd0ef7b7c535a26ffe84e0ea9683335da.tar.gz glibc-209caedfd0ef7b7c535a26ffe84e0ea9683335da.tar.bz2 |
Update.
* libio/Makefile (routines): Remove fgetc.
* libio/fgetc.c: Removed.
* libio/getc.c: Add fgetc alias.
* libio/Versions [GLIBC_2.1]: Add fgetc_unlocked.
* libio/getc_u.c: Rename functio to __getc_unlocked and make
getc_unlocked and fgetc_unlocked weak aliases.
* libio/stdio.h: Add prototype for fgetc_unlocked.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile b/libio/Makefile index 3a7f3b4..5f62590 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -31,7 +31,7 @@ routines := \ iovsprintf iovsscanf \ iofgetpos64 iofopen64 iofsetpos64 \ \ - clearerr feof ferror fgetc fileno fputc freopen fseek getc getchar \ + clearerr feof ferror fileno fputc freopen fseek getc getchar \ memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \ iovdprintf vscanf vsnprintf obprintf fcloseall fseeko ftello \ freopen64 fseeko64 ftello64 \ |