aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-30 15:24:58 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-30 15:24:58 -0700
commitb1a79512dd4f2c56210dfb371428b931e4539abe (patch)
tree8c1240d6eaf0745f04c0022a5365b26217064786
parent54c4f1d5bdb110e56ff6a3aacb96a7d0ffecca37 (diff)
downloadglibc-b1a79512dd4f2c56210dfb371428b931e4539abe.tar
glibc-b1a79512dd4f2c56210dfb371428b931e4539abe.tar.gz
glibc-b1a79512dd4f2c56210dfb371428b931e4539abe.tar.bz2
glibc-b1a79512dd4f2c56210dfb371428b931e4539abe.zip
Handle uintptr_t use in irt.h.
-rw-r--r--sysdeps/nacl/irt.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/irt.sed b/sysdeps/nacl/irt.sed
index bd71806bf7..0abe17701e 100644
--- a/sysdeps/nacl/irt.sed
+++ b/sysdeps/nacl/irt.sed
@@ -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