diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-20 19:14:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-20 19:14:55 +0000 |
commit | 7e791f32c88ea7f6800c6e58cc96b0fab09aa9a9 (patch) | |
tree | f08befcc53724417607ab58dcd1cc3538f5c6d4f /ChangeLog | |
parent | 505b474df41fe05012a2e6bac671f002e83419b5 (diff) | |
download | glibc-7e791f32c88ea7f6800c6e58cc96b0fab09aa9a9.tar.gz glibc-7e791f32c88ea7f6800c6e58cc96b0fab09aa9a9.tar.xz glibc-7e791f32c88ea7f6800c6e58cc96b0fab09aa9a9.zip |
Update.
2002-12-20 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL instead of INLINE_SYSCALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 73296e0891..b857746f46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-20 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL + instead of INLINE_SYSCALL. + 2002-12-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix |