Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Side by Side Diff: base/third_party/libevent/compat/sys/_libevent_time.h

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/third_party/libevent/chromium.patch ('k') | base/third_party/libevent/compat/sys/queue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* $OpenBSD: time.h,v 1.11 2000/10/10 13:36:48 itojun Exp $ */ 1 /* $OpenBSD: time.h,v 1.11 2000/10/10 13:36:48 itojun Exp $ */
2 /* $NetBSD: time.h,v 1.18 1996/04/23 10:29:33 mycroft Exp $ */ 2 /* $NetBSD: time.h,v 1.18 1996/04/23 10:29:33 mycroft Exp $ */
3 3
4 /* 4 /*
5 * Copyright (c) 1982, 1986, 1993 5 * Copyright (c) 1982, 1986, 1993
6 * The Regents of the University of California. All rights reserved. 6 * The Regents of the University of California. All rights reserved.
7 * 7 *
8 * Redistribution and use in source and binary forms, with or without 8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions 9 * modification, are permitted provided that the following conditions
10 * are met: 10 * are met:
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 #define CLOCK_REALTIME 0 154 #define CLOCK_REALTIME 0
155 #define CLOCK_VIRTUAL 1 155 #define CLOCK_VIRTUAL 1
156 #define CLOCK_PROF 2 156 #define CLOCK_PROF 2
157 157
158 #define TIMER_RELTIME 0x0 /* relative timer */ 158 #define TIMER_RELTIME 0x0 /* relative timer */
159 #define TIMER_ABSTIME 0x1 /* absolute timer */ 159 #define TIMER_ABSTIME 0x1 /* absolute timer */
160 160
161 /* --- stuff got cut here - niels --- */ 161 /* --- stuff got cut here - niels --- */
162 162
163 #endif /* !_SYS_TIME_H_ */ 163 #endif /* !_SYS_TIME_H_ */
OLDNEW
« no previous file with comments | « base/third_party/libevent/chromium.patch ('k') | base/third_party/libevent/compat/sys/queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698