diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-16 12:59:05 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-16 18:04:54 +0700 |
commit | 10d1cb9f3e515778e7841b61df4c6ad94c3d8352 (patch) | |
tree | c7b3f40f6e6ab7ea752886d9a1a2c441816fb5dc /system/include/libc/stdlib.h | |
parent | 4e0c5a89b387d5f4ca8248c8b31e2db136652a64 (diff) |
Add compat headers, move some things to them.
This is groundwork for landing musl includes which remove
some of the deprecated functions or very old BSDisms.
Diffstat (limited to 'system/include/libc/stdlib.h')
-rw-r--r-- | system/include/libc/stdlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/include/libc/stdlib.h b/system/include/libc/stdlib.h index 888b6041..6fdef40b 100644 --- a/system/include/libc/stdlib.h +++ b/system/include/libc/stdlib.h @@ -223,8 +223,6 @@ extern long double strtold (const char *, char **); extern long double wcstold (const wchar_t *, wchar_t **); #endif /* _LDBL_EQ_DBL */ -int getloadavg(double loadavg[], int nelem); /* XXX Emscripten */ - _END_STD_C #endif /* _STDLIB_H_ */ |