From 559eb16d1d0d9b07f54c4a1a58111a758ec3d6e9 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 22 Feb 2006 15:18:45 +0000 Subject: guard parts w/ __ASSEMBLER__ to be usable in vfork.S --- 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 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__ */ -- cgit v1.2.3