Fix sysdeps/unix/sysv/linux/i386/posix_fadvise64.S

Andreas Jaeger aj@suse.de
Sun Aug 17 01:09:00 GMT 2003


I just got:
../sysdeps/unix/sysv/linux/i386/posix_fadvise64.S:113:6: #if with no expression

Fixed with the appended patch, committed as obvious.

Andreas

2003-08-17  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo.

============================================================
Index: sysdeps/unix/sysv/linux/i386/posix_fadvise64.S
--- sysdeps/unix/sysv/linux/i386/posix_fadvise64.S	17 Aug 2003 00:35:08 -0000	1.1
+++ sysdeps/unix/sysv/linux/i386/posix_fadvise64.S	17 Aug 2003 01:07:36 -0000
@@ -110,7 +110,7 @@ ENTRY (BP_SYM (__posix_fadvise64_l64))
 L(overflow):
 	movl	$EOVERFLOW, %eax
 	ret
-#elif
+#else
 	movl	$ENOSYS, %eax
 	ret
 #endif

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-hacker/attachments/20030817/20ed4feb/attachment.sig>


More information about the Libc-hacker mailing list