diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-08 22:01:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-09-08 22:01:26 +0000 |
commit | f831aa5327541026a22caeb47744830d30e97121 (patch) | |
tree | 683779c02170b3e04a2df14186cb48b5e56c09c1 /sys/arch/sh/include | |
parent | dc061c8d1e82d505a8e7489869fc5d159b01eb64 (diff) |
Switch landisk to timecounters. Adapted from NetBSD.
Diffstat (limited to 'sys/arch/sh/include')
-rw-r--r-- | sys/arch/sh/include/_types.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sh/include/_types.h b/sys/arch/sh/include/_types.h index b00da79615a..ce577a7e8f2 100644 --- a/sys/arch/sh/include/_types.h +++ b/sys/arch/sh/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.10 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.11 2012/09/08 22:01:25 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -143,4 +143,7 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; +/* Feature test macros */ +#define __HAVE_TIMECOUNTER + #endif /* _SH__TYPES_H_ */ |