diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2005-04-19 12:37:08 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2005-04-19 12:37:08 +0000 |
commit | 042630ad4aaa8f3472e94adbe0ca751377798d69 (patch) | |
tree | f28c589b61e9abc00adb693ec85b1d582427aa47 /libcpp/ChangeLog | |
parent | 18e479e2131f9931dce25de735d333710ee4814d (diff) | |
download | gcc-042630ad4aaa8f3472e94adbe0ca751377798d69.zip gcc-042630ad4aaa8f3472e94adbe0ca751377798d69.tar.gz gcc-042630ad4aaa8f3472e94adbe0ca751377798d69.tar.bz2 |
system.h (fopen, [...]): Define these to the unlocked libiberty functions.
fixincludes:
* system.h (fopen, fdopen, freopen): Define these to the unlocked
libiberty functions.
gcc:
* system.h (fopen, fdopen, freopen): Define these to the unlocked
libiberty functions.
libcpp:
* system.h (fopen, fdopen, freopen): Define these to the unlocked
libiberty functions.
From-SVN: r98407
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6151186..7050d65 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * system.h (fopen, fdopen, freopen): Define these to the unlocked + libiberty functions. + 2005-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * configure.ac (libcpp_UNLOCKED_FUNCS): New. |