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