xref: /csrg-svn/lib/libc/tahoe/sys/adjtime.s (revision 34835)
129443Ssam/*
229443Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
534389Sbostic * Redistribution and use in source and binary forms are permitted
6*34835Sbostic * provided that the above copyright notice and this paragraph are
7*34835Sbostic * duplicated in all such forms and that any documentation,
8*34835Sbostic * advertising materials, and other materials related to such
9*34835Sbostic * distribution and use acknowledge that the software was developed
10*34835Sbostic * by the University of California, Berkeley.  The name of the
11*34835Sbostic * University may not be used to endorse or promote products derived
12*34835Sbostic * from this software without specific prior written permission.
13*34835Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*34835Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*34835Sbostic * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1629443Ssam */
1729443Ssam
1834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
19*34835Sbostic	.asciz "@(#)adjtime.s	5.3 (Berkeley) 06/27/88"
2034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
2129443Ssam
2229443Ssam#include "SYS.h"
2329443Ssam
2429443SsamSYSCALL(adjtime)
2529443Ssam	ret
26