Skip to content

Commit

Permalink
Disable time implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Apr 19, 2016
1 parent 32a76d2 commit e9fa704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion newlib/libc/time/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Supporting OS subroutine required: Some implementations require
#include <reent.h>
#include <sys/types.h>
#include <sys/time.h>

#if 0
time_t
_DEFUN (time, (t),
time_t * t)
Expand All @@ -51,3 +51,4 @@ _DEFUN (time, (t),
}
return -1;
}
#endif

0 comments on commit e9fa704

Please sign in to comment.