mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Right clock defines specified in linux_timer.h.
Get rid of spirious clock defines from linux_misc.h. MFC after: 1 week
This commit is contained in:
parent
3d4f452402
commit
c1f156d447
1 changed files with 0 additions and 7 deletions
|
|
@ -114,13 +114,6 @@ struct l_new_utsname {
|
|||
char domainname[LINUX_MAX_UTSNAME];
|
||||
};
|
||||
|
||||
#define LINUX_CLOCK_REALTIME 0
|
||||
#define LINUX_CLOCK_MONOTONIC 1
|
||||
#define LINUX_CLOCK_PROCESS_CPUTIME_ID 2
|
||||
#define LINUX_CLOCK_THREAD_CPUTIME_ID 3
|
||||
#define LINUX_CLOCK_REALTIME_HR 4
|
||||
#define LINUX_CLOCK_MONOTONIC_HR 5
|
||||
|
||||
#define LINUX_UTIME_NOW 0x3FFFFFFF
|
||||
#define LINUX_UTIME_OMIT 0x3FFFFFFE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue