From 908bed20cd877a6c0c290c0c56cc7057ecc00296 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 5 Jun 2012 19:42:33 -0400 Subject: fix ctype abi junk (pointer should point to 0 slot, not -128 slot) --- src/ctype/__ctype_b_loc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctype/__ctype_b_loc.c') diff --git a/src/ctype/__ctype_b_loc.c b/src/ctype/__ctype_b_loc.c index a3927102..6e93dc07 100644 --- a/src/ctype/__ctype_b_loc.c +++ b/src/ctype/__ctype_b_loc.c @@ -34,7 +34,7 @@ X(0x8c6),X(0x8c6),X(0x8c6),X(0x4c0),X(0x4c0),X(0x4c0),X(0x4c0),X(0x200), 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, }; -static const unsigned short *const ptable = table; +static const unsigned short *const ptable = table+128; const unsigned short **__ctype_b_loc(void) { -- cgit 1.4.1