diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2014-10-16 15:50:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2014-10-16 15:50:50 +0000 |
commit | 3b9612796b5210a1f34d616ec3a3f0ceadc40af7 (patch) | |
tree | 6b0571dd18a805cda4495636a4af9a281f81ee1d /sys | |
parent | 13d47164b44fc1966bcd3a8aa68405bb4c97e3a7 (diff) |
Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard
and existing implementations vary as to whether it returns time for
the calling thread or the entire process. OK kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/_time.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/_time.h b/sys/sys/_time.h index 97892f978ef..3bd0b3131cc 100644 --- a/sys/sys/_time.h +++ b/sys/sys/_time.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _time.h,v 1.6 2013/10/06 01:27:49 guenther Exp $ */ +/* $OpenBSD: _time.h,v 1.7 2014/10/16 15:50:49 millert Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -33,7 +33,6 @@ #define _SYS__TIME_H_ #define CLOCK_REALTIME 0 -#define CLOCK_VIRTUAL 1 #define CLOCK_PROCESS_CPUTIME_ID 2 #define CLOCK_MONOTONIC 3 #define CLOCK_THREAD_CPUTIME_ID 4 |