Add declaration for linux.
authorBill Wendling <isanbard@gmail.com>
Wed, 20 Mar 2013 23:21:08 +0000 (23:21 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 20 Mar 2013 23:21:08 +0000 (23:21 +0000)
llvm-svn: 177601

compiler-rt/SDKs/linux/usr/include/stdlib.h

index 2a6617a..e6b8bf7 100644 (file)
@@ -22,6 +22,7 @@
 typedef __SIZE_TYPE__ size_t;
 
 void abort(void) __attribute__((__nothrow__)) __attribute__((__noreturn__));
+int atexit(void (*)(void)) __attribute__((__nothrow__));
 int atoi(const char *) __attribute__((__nothrow__));
 void free(void *) __attribute__((__nothrow__));
 char *getenv(const char *) __attribute__((__nothrow__))