forked from KolibriOS/kolibrios
newlib: fix libiberty warnings
git-svn-id: svn://kolibrios.org@5192 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
bf3c2fabd6
commit
f4ed2335bc
@ -39,10 +39,11 @@ int _EXFUN(toascii, (int __c));
|
|||||||
#define _X 0100
|
#define _X 0100
|
||||||
#define _B 0200
|
#define _B 0200
|
||||||
|
|
||||||
|
extern
|
||||||
#ifndef _MB_CAPABLE
|
#ifndef _MB_CAPABLE
|
||||||
_CONST
|
_CONST
|
||||||
#endif
|
#endif
|
||||||
extern __IMPORT char *__ctype_ptr__;
|
__IMPORT char *__ctype_ptr__;
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
/* These macros are intentionally written in a manner that will trigger
|
/* These macros are intentionally written in a manner that will trigger
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef __SYS_LOCK_H__
|
#ifndef __SYS_LOCK_H__
|
||||||
#define __SYS_LOCK_H__
|
#define __SYS_LOCK_H__
|
||||||
|
|
||||||
#define _LIBC 1
|
//#define _LIBC 1
|
||||||
#define NOT_IN_libc 1
|
#define NOT_IN_libc 1
|
||||||
|
|
||||||
#ifndef __USE_GNU
|
#ifndef __USE_GNU
|
||||||
|
Loading…
Reference in New Issue
Block a user