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

psm at uclibc.org psm at uclibc.org
Wed Feb 22 15:18:47 UTC 2006


Author: psm
Date: 2006-02-22 07:18:45 -0800 (Wed, 22 Feb 2006)
New Revision: 14207

Log:
guard parts w/ __ASSEMBLER__ to be usable in vfork.S

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/sched.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/sched.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/sched.h	2006-02-22 14:58:51 UTC (rev 14206)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/sched.h	2006-02-22 15:18:45 UTC (rev 14207)
@@ -63,6 +63,8 @@
 #endif
 #endif
 
+#ifndef __ASSEMBLER__
+
 /* The official definition.  */
 struct sched_param
   {
@@ -134,3 +136,5 @@
   (((cpusetp)->__bits[__CPUELT (cpu)] & __CPUMASK (cpu)) != 0)
 #endif
 #endif
+
+#endif /* __ASSEMBLER__ */




More information about the uClibc-cvs mailing list