xref: /csrg-svn/lib/libc/tahoe/sys/umask.s (revision 29500)
1*29500Ssam/*
2*29500Ssam * Copyright (c) 1983 Regents of the University of California.
3*29500Ssam * All rights reserved.  The Berkeley software License Agreement
4*29500Ssam * specifies the terms and conditions for redistribution.
5*29500Ssam */
6*29500Ssam
7*29500Ssam#ifdef SYSLIBC_SCCS
8*29500Ssam_sccsid:.asciz	"@(#)umask.s	5.1 (Berkeley) 07/02/86"
9*29500Ssam#endif SYSLIBC_SCCS
10*29500Ssam
11*29500Ssam#include "SYS.h"
12*29500Ssam
13*29500SsamSYSCALL(umask)
14*29500Ssam	ret
15