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

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 23:27:35 UTC 2008


Author: vapier
Date: 2008-01-05 15:27:35 -0800 (Sat, 05 Jan 2008)
New Revision: 20803

Log:
this code does not actually rely on INTERNAL_SYSCALL

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/sched_getaffinity.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/sched_getaffinity.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/sched_getaffinity.c	2008-01-05 22:52:13 UTC (rev 20802)
+++ trunk/uClibc/libc/sysdeps/linux/common/sched_getaffinity.c	2008-01-05 23:27:35 UTC (rev 20803)
@@ -23,8 +23,6 @@
 #include <sys/types.h>
 #include <sys/syscall.h>
 
-#ifdef INTERNAL_SYSCALL /* remove this when all archs has this #defined */
-
 #include <string.h>
 #include <sys/param.h>
 #include <sys/types.h>
@@ -48,5 +46,5 @@
 	}
 	return res;
 }
+
 #endif
-#endif




More information about the uClibc-cvs mailing list