From 49c67cb5710bfdcce00390a18798b0050b066217 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 22 Feb 2006 15:32:52 +0000 Subject: Correct ifndef __ASSEMBLER__ --- libc/sysdeps/linux/common/bits/sched.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/bits/sched.h b/libc/sysdeps/linux/common/bits/sched.h index 914faf791..78f18ad4e 100644 --- a/libc/sysdeps/linux/common/bits/sched.h +++ b/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 -- cgit v1.2.3