diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-02-05 11:38:14 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-02-05 11:39:20 -0800 |
commit | b2e25af00c4b6268624a06472477112fc015e7d8 (patch) | |
tree | 899025373cb106e818f819a0e41eebf64c09f626 /ChangeLog | |
parent | eab55bfb14f5e1ea6f522d81632ce5a1b8a8c942 (diff) | |
download | glibc-b2e25af00c4b6268624a06472477112fc015e7d8.tar glibc-b2e25af00c4b6268624a06472477112fc015e7d8.tar.gz glibc-b2e25af00c4b6268624a06472477112fc015e7d8.tar.bz2 glibc-b2e25af00c4b6268624a06472477112fc015e7d8.zip |
Fix aliases in stub lseek.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-02-05 Roland McGrath <roland@hack.frob.com> + * io/lseek.c (__lseek): Rename to __libc_lseek. + Define __lseek as an alias. + * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>. 2013-02-04 Carlos O'Donell <carlos@redhat.com> |