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>
* sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_ERRVAL,

View File

@ -110,7 +110,7 @@ ENTRY (BP_SYM (__posix_fadvise64_l64))
L(overflow):
movl $EOVERFLOW, %eax
ret
#elif
#else
movl $ENOSYS, %eax
ret
#endif