diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-05-25 01:12:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-25 01:12:27 -0700 |
| commit | e8c0de6e726047aff99ae1519b07d449476d1a7a (patch) | |
| tree | 7bdb42264eaca0d9ad7035b071acc20715d7995e /include/linux | |
| parent | 20378c297ea5692ed9e347778c63ac09d8bcc2e2 (diff) | |
[PATCH] CONFIG_FUTEX
From: Christopher Hoover <ch@murgatroid.com>
Not everyone needs futex support, so it should be optional. This is needed
for small platforms.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/futex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/futex.h b/include/linux/futex.h index c76dd1ee3076..ef87c1b0d637 100644 --- a/include/linux/futex.h +++ b/include/linux/futex.h @@ -14,4 +14,7 @@ asmlinkage long sys_futex(u32 __user *uaddr, int op, int val, struct timespec __user *utime, u32 __user *uaddr2); +long do_futex(unsigned long uaddr, int op, int val, + unsigned long timeout, unsigned long uaddr2, int val2); + #endif |
