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