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

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:43:20 UTC 2013


Author: ps-guest
Date: 2013-06-23 19:02:29 +0000 (Sun, 23 Jun 2013)
New Revision: 4597

Modified:
   trunk/glibc-ports/kfreebsd/lowlevelumtx.h
Log:
hide __syscall__umtx_op()


Modified: trunk/glibc-ports/kfreebsd/lowlevelumtx.h
===================================================================
--- trunk/glibc-ports/kfreebsd/lowlevelumtx.h	2013-06-23 17:55:58 UTC (rev 4596)
+++ trunk/glibc-ports/kfreebsd/lowlevelumtx.h	2013-06-23 19:02:29 UTC (rev 4597)
@@ -30,7 +30,9 @@
 #define	UMTX_OP_WAIT_UINT_PRIVATE	15
 #define	UMTX_OP_WAKE_PRIVATE	16
 
-extern int __syscall__umtx_op(void *, int, long, void*, void*);
+int __syscall__umtx_op(void *, int, long, void*, void*);
+libc_hidden_proto (__syscall__umtx_op)
+
 #define UMTX_SYSCALL __syscall__umtx_op
 
 /*




More information about the Glibc-bsd-commits mailing list