* commit '66faa0c21fcf8e0283167606bdfea32a99ff5bbc': Use __LP64__ instead of __LP32__ in sched.h
This commit is contained in:
commit
493f718d87
@ -59,10 +59,10 @@ extern int unshare(int);
|
||||
extern int sched_getcpu(void);
|
||||
extern int setns(int, int);
|
||||
|
||||
#ifdef __LP32__
|
||||
#define CPU_SETSIZE 32
|
||||
#else
|
||||
#ifdef __LP64__
|
||||
#define CPU_SETSIZE 1024
|
||||
#else
|
||||
#define CPU_SETSIZE 32
|
||||
#endif
|
||||
|
||||
#define __CPU_BITTYPE unsigned long int /* mandated by the kernel */
|
||||
|
Loading…
Reference in New Issue
Block a user