1
0
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:
Andreas Jaeger 2003-08-17 01:09:52 +00:00
parent 137ffcdc6e
commit 995fe06d57
2 changed files with 5 additions and 1 deletions

View File

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

View File

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