xref: /csrg-svn/lib/libc/sys/mknod.s (revision 21849)
1*21849Sdist/*
2*21849Sdist * Copyright (c) 1983 Regents of the University of California.
3*21849Sdist * All rights reserved.  The Berkeley software License Agreement
4*21849Sdist * specifies the terms and conditions for redistribution.
5*21849Sdist */
69482Smckusick
7*21849Sdist#ifndef lint
8*21849Sdiststatic char sccsid[] = "@(#)mknod.s	5.1 (Berkeley) 06/03/85";
9*21849Sdist#endif not lint
10*21849Sdist
119482Smckusick#include "SYS.h"
129482Smckusick
139482SmckusickSYSCALL(mknod)
149482Smckusick	ret
15