blob: 9b50385506b8fd7a27a033f2d01e2d23d2ec0bbc [file] [log] [blame]
#include "defs.h"
SYS_FUNC(umask)
{
if (entering(tcp)) {
tprintf("%#lo", tcp->u_arg[0]);
}
return RVAL_OCTAL;
}