aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--system/include/libc/stdlib.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 067cdd5a..b60921cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-??-??: Version 2.0
+
+ * Bundled headers
+ * TODO: try to not need all the -h in tests/runner.py, and for user scripts too
+
2011-07-31: Version 1.5
* eSpeak text-to-speech demo
diff --git a/system/include/libc/stdlib.h b/system/include/libc/stdlib.h
index 1019af0f..dd02e6d5 100644
--- a/system/include/libc/stdlib.h
+++ b/system/include/libc/stdlib.h
@@ -221,6 +221,8 @@ 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_ */