Add declaration for linux.

llvm-svn: 177601
This commit is contained in:
Bill Wendling 2013-03-20 23:21:08 +00:00
parent 7478f3d776
commit 7184d34f96
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
typedef __SIZE_TYPE__ size_t; typedef __SIZE_TYPE__ size_t;
void abort(void) __attribute__((__nothrow__)) __attribute__((__noreturn__)); void abort(void) __attribute__((__nothrow__)) __attribute__((__noreturn__));
int atexit(void (*)(void)) __attribute__((__nothrow__));
int atoi(const char *) __attribute__((__nothrow__)); int atoi(const char *) __attribute__((__nothrow__));
void free(void *) __attribute__((__nothrow__)); void free(void *) __attribute__((__nothrow__));
char *getenv(const char *) __attribute__((__nothrow__)) char *getenv(const char *) __attribute__((__nothrow__))