projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c3f8c
)
* sysdeps/unix/make-syscalls.sh (ptr): Handle `V' keyletter.
author
Greg McGary
<greg@mcgary.org>
Tue, 27 Feb 2001 05:24:31 +0000
(
05:24
+0000)
committer
Greg McGary
<greg@mcgary.org>
Tue, 27 Feb 2001 05:24:31 +0000
(
05:24
+0000)
sysdeps/unix/make-syscalls.sh
patch
|
blob
|
history
diff --git
a/sysdeps/unix/make-syscalls.sh
b/sysdeps/unix/make-syscalls.sh
index 37890b458e494c75652b6320f630ef0839fca523..8a9c75956e4a2506406abe02b78a61356f0b4af6 100644
(file)
--- 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='[abBfFINpPsSW
V]'
# all pointer keyletters
int='[inv]' # all scalar keyletters
typ='[ifnNpP]' # typed-arg keyletters: we capture type for use in thunk