diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-21 04:13:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-21 04:13:24 +0000 |
commit | 52cea45760128eba0cc6108f3809e52bee553f9f (patch) | |
tree | 743b61263c0ab709ad2a7c827eff019d868afe93 /ChangeLog | |
parent | 511a00911549751db9254e5d81c1fcc1723db57e (diff) | |
download | glibc-52cea45760128eba0cc6108f3809e52bee553f9f.tar.gz glibc-52cea45760128eba0cc6108f3809e52bee553f9f.tar.xz glibc-52cea45760128eba0cc6108f3809e52bee553f9f.zip |
Update.
* sysdeps/unix/sysv/linux/init-first.c (init): Remove personality call. It should not be necessary andis harmful for Alpha.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3c35713cc2..3141a9e003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-08-20 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/init-first.c (init): Remove personality + call. It should not be necessary andis harmful for Alpha. + * sysdeps/posix/getcwd.c: Correct comment saying < 0 is ok for size type. [PR libc/1269] |