diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-23 09:56:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-23 09:56:22 +0000 |
commit | b27b002d5b85b8628f19f65886d25a342c6cbc18 (patch) | |
tree | b4df88c02a62659f1c9e5f475b5a61415669ae04 /ChangeLog | |
parent | 5220f9ace442d174ca2ffe952b23d11b2334e427 (diff) | |
download | glibc-b27b002d5b85b8628f19f65886d25a342c6cbc18.tar.gz glibc-b27b002d5b85b8628f19f65886d25a342c6cbc18.tar.xz glibc-b27b002d5b85b8628f19f65886d25a342c6cbc18.zip |
* sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
INTERNAL_SYSCALL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2a329d9a45..5fdb8d9316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-19 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of + INTERNAL_SYSCALL. + 2002-12-21 Andreas Schwab <schwab@suse.de> * elf/check-textrel.c (handle_file): Swap p_type. |