| Index: sysdeps/unix/make-syscalls.sh
|
| diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh
|
| index 674d9533fb460ddc883f2e0fa01f849695bc70cf..6c285e10e91265c5f41cbccaf3abb46d0eb78814 100644
|
| --- a/sysdeps/unix/make-syscalls.sh
|
| +++ b/sysdeps/unix/make-syscalls.sh
|
| @@ -210,7 +210,7 @@ shared-only-routines += $file
|
| for arg; do
|
| echo -n "$sprtr"
|
| case $arg in
|
| - [abIpP]*) echo -n "void *$arg";;
|
| + [abIpPBN]*) echo -n "void *$arg";;
|
| f*) echo -n "int $arg[2]";;
|
| i*) echo -n "int $arg";;
|
| n*) echo -n "size_t $arg";;
|
|
|