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