From d14861b075a91d6688f7070a6dc88208530b37b2 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Thu, 4 Jul 2013 05:19:45 +0000 Subject: To ease future changes, move several internal type definitions that are the same across all archs from to ok deraadt@ --- sys/arch/hppa/include/_types.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/include/_types.h b/sys/arch/hppa/include/_types.h index 94b55d3ede1..c6c4b7963ae 100644 --- a/sys/arch/hppa/include/_types.h +++ b/sys/arch/hppa/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.18 2012/11/05 19:39:34 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.19 2013/07/04 05:19:41 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -121,16 +121,11 @@ typedef unsigned long __vsize_t; typedef unsigned long __psize_t; /* Standard system types */ -typedef int __clock_t; -typedef int __clockid_t; typedef double __double_t; typedef float __float_t; -typedef long long __off_t; typedef long __ptrdiff_t; typedef unsigned long __size_t; typedef long __ssize_t; -typedef int __time_t; -typedef int __timer_t; #if defined(__GNUC__) && __GNUC__ >= 3 typedef __builtin_va_list __va_list; #else -- cgit v1.2.3