haiku/src/system
Oliver Tappe bd13a264f7 Fix #6740:
* remove declaration of ctype-..._l() functions, as we do not provide
  them and they are not really needed by our hacked glibc
* replace remaining invocations of isspace_l() and isupper_l() in glibc
  with isspace() and isupper() respectively
This allows libroot to be built in DEBUG mode, again.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39380 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-11-09 21:36:35 +00:00
..
boot Patch by kaliber (ticket #6333): Removed many instances of 2010-11-05 20:31:11 +00:00
glue Fixes error "SubInclude HAIKU_TOP without prior SubDir HAIKU_TOP", when 2010-10-31 18:08:54 +00:00
kernel Added dummy __cxa_atexit() and __cxa_finalize() to the kernel. We might 2010-11-04 16:26:43 +00:00
ldscripts Copy the Atari bootloader ldscript. 2010-10-10 14:10:49 +00:00
libroot Fix #6740: 2010-11-09 21:36:35 +00:00
runtime_loader The TRACE() macro is defined in runtime_loader_private.h. 2010-11-05 20:37:57 +00:00
Jamfile Reorganized building of kernel, boot loader, and libroot. 2005-11-27 00:27:19 +00:00