mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-30 04:04:54 +03:00
Fix typo.
2003-08-17 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo.
This commit is contained in:
parent
137ffcdc6e
commit
995fe06d57
@ -1,3 +1,7 @@
|
|||||||
|
2003-08-17 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo.
|
||||||
|
|
||||||
2003-08-16 Jakub Jelinek <jakub@redhat.com>
|
2003-08-16 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_ERRVAL,
|
* sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_ERRVAL,
|
||||||
|
@ -110,7 +110,7 @@ ENTRY (BP_SYM (__posix_fadvise64_l64))
|
|||||||
L(overflow):
|
L(overflow):
|
||||||
movl $EOVERFLOW, %eax
|
movl $EOVERFLOW, %eax
|
||||||
ret
|
ret
|
||||||
#elif
|
#else
|
||||||
movl $ENOSYS, %eax
|
movl $ENOSYS, %eax
|
||||||
ret
|
ret
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user