aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-07-08 16:43:35 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-07-08 16:43:35 +0000
commitba5fe51088001e442e0f52c609da45b43f314b48 (patch)
treefb88a472d1c60c155a3067ac65de70a1aaf477b4 /sys/alpha
parentf71e6a52437d624d52b16d317e60bfb99aa5cbaa (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/ansi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index 84591b970f812..c65338458c216 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -119,11 +119,6 @@ typedef _BSD_VA_LIST_ __gnuc_va_list; /* compatibility w/GNU headers*/
#define _BSD_CLOCKS_PER_SEC_ 100
/*
- * We define this here since both <stddef.h> and <sys/types.h> needs it.
- */
-#define __offsetof(type, field) ((size_t)(&((type *)0)->field))
-
-/*
* Internal names for basic integral types. Omit the typedef if
* not possible for a machine/compiler combination.
*/