1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
2000-4-10  kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/sh/stackinfo.h: New file.
This commit is contained in:
Ulrich Drepper
2001-04-11 03:00:52 +00:00
parent 671ab00dcc
commit 07bccb4670
6 changed files with 48 additions and 6 deletions

View File

@@ -375,6 +375,7 @@ run_test (const char *locname)
}
CLASSTEST (alnum);
CLASSTEST (alpha);
CLASSTEST (blank);
CLASSTEST (cntrl);
CLASSTEST (digit);
CLASSTEST (lower);
@@ -396,6 +397,8 @@ run_test (const char *locname)
MAPTEST (lower);
MAPTEST (upper);
}
__freelocale (loc);
}
return result;