iq2000 port.
This commit is contained in:
11
libgloss/iq2000/time.c
Normal file
11
libgloss/iq2000/time.c
Normal file
@ -0,0 +1,11 @@
|
||||
#include <_ansi.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include "trap.h"
|
||||
|
||||
|
||||
time_t
|
||||
time (time_t *tloc)
|
||||
{
|
||||
return TRAP0 (SYS_time, tloc, 0, 0);
|
||||
}
|
Reference in New Issue
Block a user