xref: /csrg-svn/lib/libc/sys/chflags.s (revision 38234)
1*38234Smckusick/*
2*38234Smckusick * Copyright (c) 1989 Regents of the University of California.
3*38234Smckusick * All rights reserved.
4*38234Smckusick *
5*38234Smckusick * Redistribution and use in source and binary forms are permitted
6*38234Smckusick * provided that the above copyright notice and this paragraph are
7*38234Smckusick * duplicated in all such forms and that any documentation,
8*38234Smckusick * advertising materials, and other materials related to such
9*38234Smckusick * distribution and use acknowledge that the software was developed
10*38234Smckusick * by the University of California, Berkeley.  The name of the
11*38234Smckusick * University may not be used to endorse or promote products derived
12*38234Smckusick * from this software without specific prior written permission.
13*38234Smckusick * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*38234Smckusick * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*38234Smckusick * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*38234Smckusick */
17*38234Smckusick
18*38234Smckusick#if defined(SYSLIBC_SCCS) && !defined(lint)
19*38234Smckusick	.asciz "@(#)chflags.s	5.1 (Berkeley) 06/06/89"
20*38234Smckusick#endif /* SYSLIBC_SCCS and not lint */
21*38234Smckusick
22*38234Smckusick#include "SYS.h"
23*38234Smckusick
24*38234SmckusickSYSCALL(chflags)
25*38234Smckusick	ret
26