1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-28 23:34:53 +03:00

* sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter.

This commit is contained in:
Greg McGary
2001-02-27 05:24:31 +00:00
parent 46c3f8cdb4
commit 14e6871bb7

View File

@@ -24,7 +24,7 @@
# V: byte-per-page vector (3rd arg to mincore) # V: byte-per-page vector (3rd arg to mincore)
# W: wait status, optionally-NULL pointer to int (e.g., 2nd arg of wait4) # W: wait status, optionally-NULL pointer to int (e.g., 2nd arg of wait4)
ptr='[abBfFINpPsSW]' # all pointer keyletters ptr='[abBfFINpPsSWV]' # all pointer keyletters
int='[inv]' # all scalar keyletters int='[inv]' # all scalar keyletters
typ='[ifnNpP]' # typed-arg keyletters: we capture type for use in thunk typ='[ifnNpP]' # typed-arg keyletters: we capture type for use in thunk