blob: 03e9d79e359ec924b4f416a38f138d350467dc03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#ifndef lint
_sccsid:.asciz "11/19/91 ULTRIX @(#)adjtime.c 6.1"
#endif not lint
#include "SYS.h"
SYSCALL(adjtimex)
ret
|