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

Petr Salinger ps-guest at alioth.debian.org
Fri Jul 19 19:52:29 UTC 2013


Author: ps-guest
Date: 2013-07-19 19:52:29 +0000 (Fri, 19 Jul 2013)
New Revision: 4773

Modified:
   trunk/glibc-ports/kfreebsd/syscalls-inline.h
Log:
it looks like int64_t interface will be the right one


Modified: trunk/glibc-ports/kfreebsd/syscalls-inline.h
===================================================================
--- trunk/glibc-ports/kfreebsd/syscalls-inline.h	2013-07-19 19:50:48 UTC (rev 4772)
+++ trunk/glibc-ports/kfreebsd/syscalls-inline.h	2013-07-19 19:52:29 UTC (rev 4773)
@@ -63,7 +63,7 @@
 libc_hidden_proto (__syscall_sigwaitinfo)
 libc_hidden_proto (__syscall_sigtimedwait)
 
-#if 0
+#if 1
 // interface might not be final
 // see http://www.freebsd.org/cgi/query-pr.cgi?pr=180652
 int __syscall_clock_getcpuclockid2(int64_t id, int which, clockid_t *clock_id);




More information about the Glibc-bsd-commits mailing list