X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/8c8a5b54e79564c14fc7a2823a21a8f048449bcf..af359dea2e5ab3e937b62107ecd6a51d78189ed7:/usr/src/sys/hp300/include/limits.h diff --git a/usr/src/sys/hp300/include/limits.h b/usr/src/sys/hp300/include/limits.h deleted file mode 100644 index 15ec34cebc..0000000000 --- a/usr/src/sys/hp300/include/limits.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright (c) 1988 The Regents of the University of California. - * All rights reserved. - * - * %sccs.include.redist.c% - * - * @(#)limits.h 7.2 (Berkeley) %G% - */ - -#define CHAR_BIT 8 /* number of bits in a char */ -#define CLK_TCK 60 /* ticks per second */ -#define MB_LEN_MAX 1 /* no multibyte characters */ - -#define SCHAR_MIN 0x80 /* max value for a signed char */ -#define SCHAR_MAX 0x7f /* min value for a signed char */ - -#define UCHAR_MAX 0xff /* max value for an unsigned char */ -#define CHAR_MAX 0x7f /* max value for a char */ -#define CHAR_MIN 0x80 /* min value for a char */ - -#define USHRT_MAX 0xffff /* max value for an unsigned short */ -#define SHRT_MAX 0x7fff /* max value for a short */ -#define SHRT_MIN 0x8000 /* min value for a short */ - -#define UINT_MAX 0xffffffff /* max value for an unsigned int */ -#define INT_MAX 0x7fffffff /* max value for an int */ -#define INT_MIN 0x80000000 /* min value for an int */ - -#define ULONG_MAX 0xffffffff /* max value for an unsigned long */ -#define LONG_MAX 0x7fffffff /* max value for a long */ -#define LONG_MIN 0x80000000 /* min value for a long */ diff --git a/usr/src/sys/hp300/include/limits.h b/usr/src/sys/hp300/include/limits.h new file mode 120000 index 0000000000..bde45908aa --- /dev/null +++ b/usr/src/sys/hp300/include/limits.h @@ -0,0 +1 @@ +../../vax/include/limits.h \ No newline at end of file