diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-12-14 23:38:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-12-14 23:38:23 +0000 |
commit | 78b767a0a66e60212c0517f96f1dcfb0262271dc (patch) | |
tree | fd13753424c746bbd7dbdc6371346de033ecf101 /ChangeLog | |
parent | b8cca206e299902329df298a59b319911af64b29 (diff) | |
download | glibc-78b767a0a66e60212c0517f96f1dcfb0262271dc.tar glibc-78b767a0a66e60212c0517f96f1dcfb0262271dc.tar.gz glibc-78b767a0a66e60212c0517f96f1dcfb0262271dc.tar.bz2 glibc-78b767a0a66e60212c0517f96f1dcfb0262271dc.zip |
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
First cast argument to long
* sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
return long.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-12-14 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P): + First cast argument to long + * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions + return long. + 2007-12-13 Ulrich Drepper <drepper@redhat.com> * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l. |