summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-11-05 19:39:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-11-05 19:39:36 +0000
commita1766a47fd070df70c1d83e94e0f768bf2770df1 (patch)
tree8e05700622657ebb1155c9d6a3ee7bd92c4f5d3b /sys/arch/amd64
parentf315fad1aa6b7ebad4b0a85d8234478d781e2fe8 (diff)
unifdef -D __HAVE_TIMECOUNTER
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/include/_types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/_types.h b/sys/arch/amd64/include/_types.h
index ed5ce0d4990..ef5c5f09a1d 100644
--- a/sys/arch/amd64/include/_types.h
+++ b/sys/arch/amd64/include/_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: _types.h,v 1.9 2011/09/08 03:40:32 guenther Exp $ */
+/* $OpenBSD: _types.h,v 1.10 2012/11/05 19:39:34 miod Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -142,7 +142,4 @@ typedef int __rune_t;
typedef void * __wctrans_t;
typedef void * __wctype_t;
-/* Feature test macros */
-#define __HAVE_TIMECOUNTER
-
#endif /* _MACHINE__TYPES_H_ */