blob: 1003a2a39238ebc52819e47bd4f77e294caea716 [file] [log] [blame]
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"
int
creat (const char *path,
int mode)
{
return TRAP0 (SYS_creat, path, mode, 0);
}