This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]