20000317 sourceware import
This commit is contained in:
12
libgloss/m32r/utime.c
Normal file
12
libgloss/m32r/utime.c
Normal file
@ -0,0 +1,12 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include "syscall.h"
|
||||
#include "eit.h"
|
||||
|
||||
int
|
||||
_utime (path, times)
|
||||
const char *path;
|
||||
char *times;
|
||||
{
|
||||
return TRAP0 (SYS_utime, path, times, 0);
|
||||
}
|
Reference in New Issue
Block a user