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:
Ulrich Drepper 2003-08-19 08:31:06 +00:00
parent ee4e5a3db1
commit 75f2e0d109
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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