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