xref: /csrg-svn/lib/libc/compat-43/creat.s (revision 21794)
1*21794Sdist/*
2*21794Sdist * Copyright (c) 1983 Regents of the University of California.
3*21794Sdist * All rights reserved.  The Berkeley software License Agreement
4*21794Sdist * specifies the terms and conditions for redistribution.
5*21794Sdist */
612841Ssam
7*21794Sdist#ifndef lint
8*21794Sdiststatic char sccsid[] = "@(#)creat.s	5.1 (Berkeley) 06/03/85";
9*21794Sdist#endif not lint
10*21794Sdist
1112841Ssam#include "SYS.h"
1212841Ssam
1312841SsamSYSCALL(creat)
1412841Ssam	ret
15