diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-12 22:02:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-12 22:02:38 +0000 |
commit | 43317e8e787ba945c0dfe4097b1924375584e2fb (patch) | |
tree | 96091388426eba0c191972d0db6e240af271e7e3 | |
parent | 00404a964ab9b3a5205605ed7736c8ded2ed1aec (diff) | |
download | glibc-43317e8e787ba945c0dfe4097b1924375584e2fb.tar.gz glibc-43317e8e787ba945c0dfe4097b1924375584e2fb.tar.xz glibc-43317e8e787ba945c0dfe4097b1924375584e2fb.zip |
* libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
(_G_IO_NO_BACKWARD_COMPAT): Define it.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e7a526c491..8316f38244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ 2002-11-12 Roland McGrath <roland@redhat.com> + * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)] + (_G_IO_NO_BACKWARD_COMPAT): Define it. + * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h> instead of <pt-machine.h>. [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of |