aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/stdlib.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-08-17 12:54:49 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-08-17 12:54:49 -0700
commit2dc7b87600df12ff7cf6cabe42cd4c9d251d44de (patch)
treeb358d2470b4588d084f986953c1a5962c92b8d2f /system/include/libc/stdlib.h
parentbff2b8740aba888bd67ee93198abc8fa0e116b80 (diff)
parent10d1cb9f3e515778e7841b61df4c6ad94c3d8352 (diff)
Merge pull request #1529 from waywardmonkeys/compat-headers
Compat headers
Diffstat (limited to 'system/include/libc/stdlib.h')
-rw-r--r--system/include/libc/stdlib.h2
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_ */