* sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter.
authorGreg McGary <greg@mcgary.org>
Tue, 27 Feb 2001 05:24:31 +0000 (05:24 +0000)
committerGreg McGary <greg@mcgary.org>
Tue, 27 Feb 2001 05:24:31 +0000 (05:24 +0000)
sysdeps/unix/make-syscalls.sh

index 37890b4..8a9c759 100644 (file)
@@ -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