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

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Fri Nov 16 18:46:46 UTC 2007


Author: ps-guest
Date: 2007-11-16 18:46:46 +0000 (Fri, 16 Nov 2007)
New Revision: 2031

Modified:
   trunk/glibc-ports/kfreebsd/syscalls-inline.h
Log:
* add __syscall() prototype



Modified: trunk/glibc-ports/kfreebsd/syscalls-inline.h
===================================================================
--- trunk/glibc-ports/kfreebsd/syscalls-inline.h	2007-11-16 18:45:36 UTC (rev 2030)
+++ trunk/glibc-ports/kfreebsd/syscalls-inline.h	2007-11-16 18:46:46 UTC (rev 2031)
@@ -28,6 +28,9 @@
 struct rusage;
 struct timespec;
 
+int __syscall(int number, ...);
+libc_hidden_proto (__syscall)
+
 int __syscall_open(const char *path, int flags, ...);
 int __syscall_close(int fd);
 libc_hidden_proto (__syscall_open)




More information about the Glibc-bsd-commits mailing list