Disable this support stuff, it doesn't work under linux anyway
[oota-llvm.git] / runtime / GCCLibraries / libc / atox.c
index 202f5ad1a1f5c0a517faf463479411203102f414..726f432626d9cc4fd3b5d0544343bbc12444856d 100644 (file)
@@ -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