]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- use 64-bit pread/pwrite syscall names on alpha
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Dec 2003 13:02:23 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-alpha-pwrite.patch -> 1.1

glibc-alpha-pwrite.patch [new file with mode: 0644]

diff --git a/glibc-alpha-pwrite.patch b/glibc-alpha-pwrite.patch
new file mode 100644 (file)
index 0000000..af4dab2
--- /dev/null
@@ -0,0 +1,18 @@
+ 2003-06-24  Richard Henderson  <rth@redhat.com>
+
+       * sysdeps/unix/sysv/linux/alpha/syscalls.list (pread, pwrite): Use
+       the 64-bit syscall name.
+
+--- glibc-2.3.2/sysdeps/unix/sysv/linux/alpha/syscalls.list.orig       2003-02-05 21:41:03.000000000 +0000
++++ glibc-2.3.2/sysdeps/unix/sysv/linux/alpha/syscalls.list    2003-12-23 12:24:07.000000000 +0000
+@@ -21,8 +21,8 @@
+ mmap          -       mmap            6       __mmap          mmap __mmap64 mmap64
+ llseek                EXTRA   lseek           C:3     __libc_lseek64  __llseek llseek __lseek64 lseek64
+ posix_fadvise64       -       fadvise64       4       posix_fadvise64 posix_fadvise
+-pread         -       pread           C:4     __libc_pread    __libc_pread64 __pread pread __pread64 pread64
+-pwrite                -       pwrite          C:4     __libc_pwrite   __libc_pwrite64 __pwrite pwrite __pwrite64 pwrite64
++pread         -       pread64         C:4     __libc_pread    __libc_pread64 __pread pread __pread64 pread64
++pwrite                -       pwrite64        C:4     __libc_pwrite   __libc_pwrite64 __pwrite pwrite __pwrite64 pwrite64
+ fstatfs               -       fstatfs         2       __fstatfs       fstatfs __fstatfs64 fstatfs64
+ statfs                -       statfs          2       __statfs        statfs statfs64
+ getrlimit     -       getrlimit       2       __getrlimit     getrlimit getrlimit64
This page took 0.042469 seconds and 4 git commands to generate.