]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Handle uintptr_t use in irt.h.
authorRoland McGrath <roland@hack.frob.com>
Wed, 30 Jul 2014 22:24:58 +0000 (15:24 -0700)
committerRoland McGrath <roland@hack.frob.com>
Wed, 30 Jul 2014 22:24:58 +0000 (15:24 -0700)
sysdeps/nacl/irt.sed

index bd71806bf79cb637ab37c64a5f0b9fe03c4fb9ef..0abe17701e5b513f6ae79af8023c9e708ea87346 100644 (file)
@@ -8,5 +8,5 @@
 /(/!b
 s/\([a-z0-9_][a-z0-9_]*\)_t\>/nacl_abi_\1_t/g
 s/struct \([a-z0-9_][a-z0-9_]*\)/nacl_abi_\1_t/g
-s/nacl_abi_\(u*int[3264]*_t\)/\1/g
+s/nacl_abi_\(u*int[3264ptr]*_t\)/\1/g
 s/nacl_abi_\(nacl_irt_\)/\1/g