Browse Source

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

Peter S. Mazinger 18 years ago
parent
commit
559eb16d1d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      libc/sysdeps/linux/common/bits/sched.h

+ 4 - 0
libc/sysdeps/linux/common/bits/sched.h

@@ -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__ */