xref: /csrg-svn/lib/libc/sys/adjtime.s (revision 23481)
1*23481Smckusick/*
2*23481Smckusick * Copyright (c) 1983 Regents of the University of California.
3*23481Smckusick * All rights reserved.  The Berkeley software License Agreement
4*23481Smckusick * specifies the terms and conditions for redistribution.
5*23481Smckusick */
6*23481Smckusick
7*23481Smckusick#ifndef lint
8*23481Smckusick_sccsid:.asciz	"@(#)adjtime.s	5.1 (Berkeley) 06/09/85"
9*23481Smckusick#endif not lint
10*23481Smckusick
11*23481Smckusick#include "SYS.h"
12*23481Smckusick
13*23481SmckusickSYSCALL(adjtime)
14*23481Smckusick	ret
15