mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user