From 14e6871bb75d6a8aed98ecfd0f435d40d7bb2abd Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Tue, 27 Feb 2001 05:24:31 +0000 Subject: * sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter. --- sysdeps/unix/make-syscalls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1