libiberty.h (fopen_unlocked, [...]): Provide prototypes for new functions.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 11 Apr 2005 17:49:47 +0000 (17:49 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 11 Apr 2005 17:49:47 +0000 (17:49 +0000)
commit78a7dc9032e96f6a507d96bc7f3999ff3c9b4c42
tree8e8edab22bf94fe76378e62b5c438e2c2d1f8b93
parentf5f7d171c3f8dfff5d7751d8b9b4718f7c1dbd66
libiberty.h (fopen_unlocked, [...]): Provide prototypes for new functions.

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.

From-SVN: r97977
include/ChangeLog
include/libiberty.h
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/config.in
libiberty/configure
libiberty/configure.ac
libiberty/fopen_unlocked.c [new file with mode: 0644]
libiberty/functions.texi