diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-24 03:23:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-24 03:23:39 +0000 |
commit | 609bb0712d522828bf52eb539d0b590ae153e55f (patch) | |
tree | b337b10c6db214cc28a5cb4b956e397f2956b763 /ChangeLog | |
parent | 715db78bd4108b1bf2683345b9b03f684055f0bd (diff) | |
download | glibc-609bb0712d522828bf52eb539d0b590ae153e55f.tar glibc-609bb0712d522828bf52eb539d0b590ae153e55f.tar.gz glibc-609bb0712d522828bf52eb539d0b590ae153e55f.tar.bz2 glibc-609bb0712d522828bf52eb539d0b590ae153e55f.zip |
* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
and creat system calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-11-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open + and creat system calls. + * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>. 2007-11-23 Martin Schwidefsky <schwidefsky@de.ibm.com> |