diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 15:32:52 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 15:32:52 +0000 |
commit | 49c67cb5710bfdcce00390a18798b0050b066217 (patch) | |
tree | 9ffb8c30d8b9c474e23d581caf4e56f9a74658cf /libc/sysdeps | |
parent | 559eb16d1d0d9b07f54c4a1a58111a758ec3d6e9 (diff) |
Correct ifndef __ASSEMBLER__
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/common/bits/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |