blob: 9a6ca7ca08c3179e7e3d7026fc75051f69894018 [file] [log] [blame]
#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);
}