Update.
2003-08-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo in syscall name.
This commit is contained in:
parent
ee4e5a3db1
commit
75f2e0d109
@ -1,3 +1,8 @@
|
||||
2003-08-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo in
|
||||
syscall name.
|
||||
|
||||
2003-08-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/shm_open.c (shm_open): Fold EISDIR error
|
||||
|
@ -118,7 +118,7 @@ L(overflow):
|
||||
END (BP_SYM (__posix_fadvise64_l64))
|
||||
|
||||
#ifdef __NR_fadvise64
|
||||
PSEUDO_ERRVAL (__posix_fadvise64_l32, posix_fadvise64, 5)
|
||||
PSEUDO_ERRVAL (__posix_fadvise64_l32, fadvise64, 5)
|
||||
ret
|
||||
PSEUDO_END_ERRVAL (__posix_fadvise64_l32)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user