aboutsummaryrefslogtreecommitdiff
path: root/pw_toolchain/arm_gcc/newlib_os_interface_stubs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_toolchain/arm_gcc/newlib_os_interface_stubs.cc')
-rw-r--r--pw_toolchain/arm_gcc/newlib_os_interface_stubs.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_toolchain/arm_gcc/newlib_os_interface_stubs.cc b/pw_toolchain/arm_gcc/newlib_os_interface_stubs.cc
index 03184e417..a09b3f48e 100644
--- a/pw_toolchain/arm_gcc/newlib_os_interface_stubs.cc
+++ b/pw_toolchain/arm_gcc/newlib_os_interface_stubs.cc
@@ -86,6 +86,7 @@ PW_DISABLE_NEWLIB_FUNCTION(getpid, void)
// documentation since isatty is called indirectly by snprintf.
extern "C" int _isatty(int) { return 1; }
+PW_DISABLE_NEWLIB_FUNCTION(gettimeofday, struct timeval*, struct timezone*)
PW_DISABLE_NEWLIB_FUNCTION(kill, int, int)
PW_DISABLE_NEWLIB_FUNCTION(link, char*, char*)
PW_DISABLE_NEWLIB_FUNCTION(lseek, int, int, int)