Squash commits for public release
This commit is contained in:
27
libs/libcxx/include/cstdlib
Normal file
27
libs/libcxx/include/cstdlib
Normal file
@@ -0,0 +1,27 @@
|
||||
#pragma GCC system_header
|
||||
|
||||
#ifndef _LIBCXX_CSTDLIB
|
||||
#define _LIBCXX_CSTDLIB
|
||||
|
||||
#include <__config>
|
||||
#include <stdlib.h>
|
||||
|
||||
_LIBCXX_BEGIN_NAMESPACE_STD
|
||||
|
||||
using ::abort;
|
||||
using ::abs;
|
||||
using ::atoi;
|
||||
using ::calloc;
|
||||
using ::exit;
|
||||
using ::free;
|
||||
using ::malloc;
|
||||
using ::posix_openpt;
|
||||
using ::ptsname;
|
||||
using ::ptsname_r;
|
||||
using ::qsort;
|
||||
using ::realloc;
|
||||
using ::strtol;
|
||||
|
||||
_LIBCXX_END_NAMESPACE_STD
|
||||
|
||||
#endif // _LIBCXX_CSTDLIB
|
||||
Reference in New Issue
Block a user