Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30302 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.3.2.orig/sysdeps/unix/sysv/linux/alpha/syscalls.list (-1 / +1 lines)
Lines 24-28 Link Here
24
posix_fadvise64	-	fadvise64	Vi:iiii	posix_fadvise64	posix_fadvise
24
posix_fadvise64	-	fadvise64	Vi:iiii	posix_fadvise64	posix_fadvise
25
pread		-	pread64		C:4	__libc_pread	__libc_pread64 __pread pread __pread64 pread64
25
pread		-	pread64		C:4	__libc_pread	__libc_pread64 __pread pread __pread64 pread64
26
pwrite		-	pwrite64		C:4	__libc_pwrite	__libc_pwrite64 __pwrite pwrite __pwrite64 pwrite64
26
pwrite		-	pwrite64	C:4	__libc_pwrite	__libc_pwrite64 __pwrite pwrite __pwrite64 pwrite64
27
fstatfs		-	fstatfs		i:ip	__fstatfs	fstatfs __fstatfs64 fstatfs64
27
fstatfs		-	fstatfs		i:ip	__fstatfs	fstatfs __fstatfs64 fstatfs64
28
statfs		-	statfs		i:sp	__statfs	statfs statfs64
28
statfs		-	statfs		i:sp	__statfs	statfs statfs64
(-)glibc-2.3.2.orig/sysdeps/unix/sysv/linux/alpha/sysdep.h (+10 lines)
Lines 43-46 Link Here
43
#endif
43
#endif
44
44
45
/* This is a kludge to make syscalls.list find these under the names
46
   pread and pwrite, since some kernel headers define those names
47
   and some define the *64 names for the same system calls.  */
48
#if !defined __NR_pread && defined __NR_pread64
49
# define __NR_pread __NR_pread64
50
#endif
51
#if !defined __NR_pwrite && defined __NR_pwrite64
52
# define __NR_pwrite __NR_pwrite64
53
#endif
54
45
/* Define some aliases to make automatic syscall generation work
55
/* Define some aliases to make automatic syscall generation work
46
   properly.  The SYS_* variants are for the benefit of the files in
56
   properly.  The SYS_* variants are for the benefit of the files in

Return to bug 30302