You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
176 B
9 lines
176 B
17 years ago
|
#ifndef ___ASM_SPARC_FUTEX_H
|
||
|
#define ___ASM_SPARC_FUTEX_H
|
||
|
#if defined(__sparc__) && defined(__arch64__)
|
||
17 years ago
|
#include <asm/futex_64.h>
|
||
17 years ago
|
#else
|
||
17 years ago
|
#include <asm/futex_32.h>
|
||
17 years ago
|
#endif
|
||
20 years ago
|
#endif
|