From Lite2: add typedef for register_t.

Reviewed by:	davidg & bde
This commit is contained in:
Jeffrey Hsu 1996-03-11 02:23:56 +00:00
parent 1a52d4a817
commit d09d34b4e7

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)types.h 8.3 (Berkeley) 1/5/94
* $Id: types.h,v 1.4 1994/08/02 07:39:13 davidg Exp $
* $Id: types.h,v 1.6 1996/02/25 09:15:03 hsu Exp $
*/
#ifndef _MACHTYPES_H_
@ -65,4 +65,6 @@ typedef unsigned int u_int32_t;
typedef long long int64_t;
typedef unsigned long long u_int64_t;
typedef int32_t register_t;
#endif /* _MACHTYPES_H_ */