diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-11 17:49:47 +0000 |
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-11 17:49:47 +0000 |
| commit | 35f4c9560509abdc1bc1710dfe10bf8cf4f0cdbe (patch) | |
| tree | 8e8edab22bf94fe76378e62b5c438e2c2d1f8b93 /include/ChangeLog | |
| parent | b86b0e16403881949dedf1f47bf325dfe508dce9 (diff) | |
| download | ppe42-gcc-35f4c9560509abdc1bc1710dfe10bf8cf4f0cdbe.tar.gz ppe42-gcc-35f4c9560509abdc1bc1710dfe10bf8cf4f0cdbe.zip | |
include:
* libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked):
Provide prototypes for new functions.
libiberty:
* Makefile.in (CFILES): Add fopen_unlocked.c.
(REQUIRED_OFILES): Add ./fopen_unlocked.o.
Regenerate dependencies.
* configure.ac: Check for stdio_ext.h and __fsetlocking.
* fopen_unlocked.c: New file.
* functions.texi, configure, config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97977 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/ChangeLog')
| -rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index a4ebee08f75..8a771799ff2 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * libiberty.h (fopen_unlocked, fdopen_unlocked, freopen_unlocked): + Provide prototypes for new functions. + 2005-03-29 Ian Lance Taylor <ian@airs.com> * libiberty.h: Fix indentation. |

