diff options
Diffstat (limited to 'libgloss/mt/stat.c')
-rw-r--r-- | libgloss/mt/stat.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libgloss/mt/stat.c b/libgloss/mt/stat.c deleted file mode 100644 index 9a6ca7c..0000000 --- a/libgloss/mt/stat.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <_ansi.h> -#include <sys/types.h> -#include <sys/stat.h> -#include "trap.h" - - -int -stat (const char *path, struct stat *st) - -{ - return TRAP0 (SYS_stat, path, st, 0); -} |