mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00: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>
|
||||
|
||||
* sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_ERRVAL,
|
||||
|
@ -110,7 +110,7 @@ ENTRY (BP_SYM (__posix_fadvise64_l64))
|
||||
L(overflow):
|
||||
movl $EOVERFLOW, %eax
|
||||
ret
|
||||
#elif
|
||||
#else
|
||||
movl $ENOSYS, %eax
|
||||
ret
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user