summaryrefslogtreecommitdiff
path: root/sysdeps/unix/make-syscalls.sh
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2001-02-27 05:24:31 +0000
committerGreg McGary <greg@mcgary.org>2001-02-27 05:24:31 +0000
commit14e6871bb75d6a8aed98ecfd0f435d40d7bb2abd (patch)
tree14b344f65b0c8c5d956080eb6485a0aa387fe23d /sysdeps/unix/make-syscalls.sh
parent46c3f8cdb451e022418f765d1b3cfe0c533d9e1b (diff)
* sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter.
Diffstat (limited to 'sysdeps/unix/make-syscalls.sh')
-rw-r--r--sysdeps/unix/make-syscalls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/make-syscalls.sh b/sysdeps/unix/make-syscalls.sh
index 37890b458e..8a9c75956e 100644
--- a/sysdeps/unix/make-syscalls.sh
+++ b/sysdeps/unix/make-syscalls.sh
@@ -24,7 +24,7 @@
# V: byte-per-page vector (3rd arg to mincore)
# 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
typ='[ifnNpP]' # typed-arg keyletters: we capture type for use in thunk