mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
2001-04-08 Thorsten Kukuk <kukuk@suse.de>
This commit is contained in:
parent
337c27f9bb
commit
9860e47f75
@ -1,4 +1,4 @@
|
|||||||
22001-04-08 Thorsten Kukuk <kukuk@suse.de>
|
2001-04-08 Thorsten Kukuk <kukuk@suse.de>
|
||||||
|
|
||||||
* sunrpc/rpc_main.c: If we compile RPC thread safe, allow
|
* sunrpc/rpc_main.c: If we compile RPC thread safe, allow
|
||||||
rpcgen to generate thread safe code.
|
rpcgen to generate thread safe code.
|
||||||
|
@ -405,6 +405,7 @@ run_test (const char *locname)
|
|||||||
UCS4. */
|
UCS4. */
|
||||||
for (c = 0; c < 128; ++c)
|
for (c = 0; c < 128; ++c)
|
||||||
{
|
{
|
||||||
|
#undef CLASSTEST
|
||||||
#define CLASSTEST(name) \
|
#define CLASSTEST(name) \
|
||||||
if (isw##name (c) != __isw##name##_l (c, loc)) \
|
if (isw##name (c) != __isw##name##_l (c, loc)) \
|
||||||
{ \
|
{ \
|
||||||
@ -428,6 +429,7 @@ run_test (const char *locname)
|
|||||||
/* Character mapping tests. Note that
|
/* Character mapping tests. Note that
|
||||||
this only works because we know that the internal encoding is
|
this only works because we know that the internal encoding is
|
||||||
UCS4. */
|
UCS4. */
|
||||||
|
#undef MAPTEST
|
||||||
#define MAPTEST(name) \
|
#define MAPTEST(name) \
|
||||||
if (tow##name (c) != __tow##name##_l (c, loc)) \
|
if (tow##name (c) != __tow##name##_l (c, loc)) \
|
||||||
{ \
|
{ \
|
||||||
|
Loading…
Reference in New Issue
Block a user