Browse Source

Correct ifndef __ASSEMBLER__

Peter S. Mazinger 19 years ago
parent
commit
49c67cb571
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

@@ -86,8 +86,12 @@ extern int unshare (int __flags) __THROW;
 
 __END_DECLS
 
+#endif /* __ASSEMBLER__ */
+
 #endif	/* need schedparam */
 
+#ifndef __ASSEMBLER__
+
 #if !defined __defined_schedparam \
     && (defined __need_schedparam || defined _SCHED_H)
 # define __defined_schedparam	1