am 493f718d: am 66faa0c2: am f34f0ccb: Merge "Use __LP64__ instead of __LP32__ in sched.h"
* commit '493f718d87722615b2657dc6a0254dc3c3714a16': Use __LP64__ instead of __LP32__ in sched.h
This commit is contained in:
commit
1b530a9f80
@ -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…
x
Reference in New Issue
Block a user