[Glibc-bsd-commits] r2034 - trunk/glibc-ports/kfreebsd

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Sat Nov 17 00:03:44 UTC 2007


Author: ps-guest
Date: 2007-11-17 00:03:44 +0000 (Sat, 17 Nov 2007)
New Revision: 2034

Modified:
   trunk/glibc-ports/kfreebsd/syscalls-inline.h
Log:
* the added prototype breaks build



Modified: trunk/glibc-ports/kfreebsd/syscalls-inline.h
===================================================================
--- trunk/glibc-ports/kfreebsd/syscalls-inline.h	2007-11-16 20:51:32 UTC (rev 2033)
+++ trunk/glibc-ports/kfreebsd/syscalls-inline.h	2007-11-17 00:03:44 UTC (rev 2034)
@@ -28,8 +28,10 @@
 struct rusage;
 struct timespec;
 
+#if 0
 int __syscall(int number, ...);
 libc_hidden_proto (__syscall)
+#endif
 
 int __syscall_open(const char *path, int flags, ...);
 int __syscall_close(int fd);




More information about the Glibc-bsd-commits mailing list