diff options
-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 263147170..914faf791 100644 --- a/libc/sysdeps/linux/common/bits/sched.h +++ b/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__ */ |