diff options
| -rw-r--r-- | man2/futex.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man2/futex.2 b/man2/futex.2 index 674b3a1f4c..803f05e740 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -65,6 +65,8 @@ futex \- fast user-space locking .BI " int *" uaddr2 ", int " val3 ); .\" int *? void *? u32 *? .fi +.IR Note : +There is no glibc wrapper for this system call; see NOTES. .SH DESCRIPTION .PP The |
