We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c648b4a commit f94d8d6Copy full SHA for f94d8d6
time.c
@@ -186,17 +186,6 @@ SYS_FUNC(osf_settimeofday)
186
}
187
#endif
188
189
-SYS_FUNC(adjtime)
190
-{
191
- if (entering(tcp)) {
192
- printtv(tcp, tcp->u_arg[0]);
193
- tprints(", ");
194
- } else {
195
- printtv(tcp, tcp->u_arg[1]);
196
- }
197
- return 0;
198
-}
199
-
200
SYS_FUNC(nanosleep)
201
{
202
if (entering(tcp)) {
0 commit comments