diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-11 22:09:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-11 22:09:16 +0000 |
commit | b35fce97f8d4a2963af866cb4801245d0f47d3ac (patch) | |
tree | 0d0d51d1d4f855f03f0195c71009f3e384963753 /ChangeLog | |
parent | 52a5e9757ed1f93f1be9890e0aea4ce947635320 (diff) | |
download | glibc-b35fce97f8d4a2963af866cb4801245d0f47d3ac.tar.gz glibc-b35fce97f8d4a2963af866cb4801245d0f47d3ac.tar.xz glibc-b35fce97f8d4a2963af866cb4801245d0f47d3ac.zip |
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c
(__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL is not defined, but the prctl constants are.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f68d16d8b8..10870c435f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-04-11 Jakub Jelinek <jakub@redhat.com> + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c + (__fe_nomask_env): Try prctl even if __ASSUME_NEW_PRCTL_SYSCALL + is not defined, but the prctl constants are. + * string/tester.c (test_strcmp): Fix a typo. 2003-04-09 Ulrich Drepper <drepper@redhat.com> |