OSDN Git Service

guard parts w/ __ASSEMBLER__ to be usable in vfork.S
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 22 Feb 2006 15:18:45 +0000 (15:18 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 22 Feb 2006 15:18:45 +0000 (15:18 -0000)
libc/sysdeps/linux/common/bits/sched.h

index 2631471..914faf7 100644 (file)
@@ -63,6 +63,8 @@
 #endif
 #endif
 
+#ifndef __ASSEMBLER__
+
 /* The official definition.  */
 struct sched_param
   {
@@ -134,3 +136,5 @@ typedef struct
   (((cpusetp)->__bits[__CPUELT (cpu)] & __CPUMASK (cpu)) != 0)
 #endif
 #endif
+
+#endif /* __ASSEMBLER__ */