forked from OSchip/llvm-project
Disable this support stuff, it doesn't work under linux anyway
llvm-svn: 7849
This commit is contained in:
parent
96c81e9fff
commit
ecc3ec0ca9
|
@ -23,6 +23,7 @@
|
|||
#define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* Convert a string to a long integer.
|
||||
*
|
||||
|
@ -114,3 +115,4 @@ int atoi(const char *nptr) {
|
|||
long int atol(const char *nptr) {
|
||||
return strtol(nptr, 0, 10);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue