diff options
Diffstat (limited to 'man/man2/getunwind.2')
| -rw-r--r-- | man/man2/getunwind.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man2/getunwind.2 b/man/man2/getunwind.2 index 10ad89ec8d..3ca3796d47 100644 --- a/man/man2/getunwind.2 +++ b/man/man2/getunwind.2 @@ -16,7 +16,8 @@ Standard C library .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" .B #include <unistd.h> .P -.BI "[[deprecated]] long syscall(SYS_getunwind, void " buf [. buf_size ], +.BI "[[deprecated]] long syscall(size_t " buf_size ; +.BI " SYS_getunwind, void " buf [ buf_size ], .BI " size_t " buf_size ); .fi .SH DESCRIPTION |
