svn commit: trunk/uClibc/libc: misc/sysvipc sysdeps/linux/common

psm at uclibc.org psm at uclibc.org
Thu Dec 8 14:09:21 UTC 2005


Author: psm
Date: 2005-12-08 06:09:13 -0800 (Thu, 08 Dec 2005)
New Revision: 12732

Log:
Hide __syscall_ipc

Modified:
   trunk/uClibc/libc/misc/sysvipc/ipc.h
   trunk/uClibc/libc/sysdeps/linux/common/__syscall_ipc.c


Changeset:
Modified: trunk/uClibc/libc/misc/sysvipc/ipc.h
===================================================================
--- trunk/uClibc/libc/misc/sysvipc/ipc.h	2005-12-08 14:07:26 UTC (rev 12731)
+++ trunk/uClibc/libc/misc/sysvipc/ipc.h	2005-12-08 14:09:13 UTC (rev 12732)
@@ -8,7 +8,7 @@
 
 /* The actual system call: all functions are multiplexed by this.  */
 extern int __syscall_ipc __P((unsigned int __call, int __first, int __second,
-					  int __third, void *__ptr));
+					  int __third, void *__ptr)) attribute_hidden;
 
 
 /* The codes for the functions to use the multiplexer `__syscall_ipc'.  */

Modified: trunk/uClibc/libc/sysdeps/linux/common/__syscall_ipc.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/__syscall_ipc.c	2005-12-08 14:07:26 UTC (rev 12731)
+++ trunk/uClibc/libc/sysdeps/linux/common/__syscall_ipc.c	2005-12-08 14:09:13 UTC (rev 12732)
@@ -11,6 +11,6 @@
 
 #ifdef __NR_ipc
 #define __NR___syscall_ipc __NR_ipc
-_syscall5(int, __syscall_ipc, unsigned int, call, int, first, int, second, int,
+attribute_hidden _syscall5(int, __syscall_ipc, unsigned int, call, int, first, int, second, int,
 		  third, void *, ptr);
 #endif




More information about the uClibc-cvs mailing list