forked from KolibriOS/kolibrios
Temporarily removing menuetlibc
git-svn-id: svn://kolibrios.org@4799 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,53 +0,0 @@
|
||||
/* Copyright (C) 1997 DJ Delorie, see COPYING.DJ for details */
|
||||
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
|
||||
#ifndef __dj_include_libc_stubs_h__
|
||||
#define __dj_include_libc_stubs_h__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef __dj_ENFORCE_ANSI_FREESTANDING
|
||||
|
||||
#ifndef __STRICT_ANSI__
|
||||
|
||||
#ifndef _POSIX_SOURCE
|
||||
|
||||
/* POSIX functions (for when compiling an ANSI function) */
|
||||
|
||||
/* DJGPP functions (for compiling POSIX or ANSI functions) */
|
||||
#define crlf2nl __crlf2nl
|
||||
#define dosmemget __dosmemget
|
||||
#define dosmemput __dosmemput
|
||||
#define filelength __filelength
|
||||
#define findfirst __findfirst
|
||||
#define findnext __findnext
|
||||
#define fsync __fsync
|
||||
#define getdisk __getdisk
|
||||
#define getdtablesize __getdtablesize
|
||||
#define getitimer __getitimer
|
||||
#define modfl __modfl
|
||||
#define movedata __movedata
|
||||
#define pow10 __pow10
|
||||
#define pow2 __pow2
|
||||
#define putenv __putenv
|
||||
#define sbrk __sbrk
|
||||
#define setitimer __setitimer
|
||||
#define setmode __setmode
|
||||
#define spawnve __spawnve
|
||||
#define spawnvpe __spawnvpe
|
||||
#define stricmp __stricmp
|
||||
#define sync __sync
|
||||
|
||||
#endif /* !_POSIX_SOURCE */
|
||||
#endif /* !__STRICT_ANSI__ */
|
||||
#endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
|
||||
|
||||
#ifndef __dj_ENFORCE_FUNCTION_CALLS
|
||||
#endif /* !__dj_ENFORCE_FUNCTION_CALLS */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __dj_include_libc_stubs_h__ */
|
Reference in New Issue
Block a user