NetBSD/sys/arch/hppa/include
drochner 0e0fe2c353 Fix definitions of UCHAR_MAX/USHRT_MAX and related
types. C99 requires that these definitions promote to (signed/unsigned)
integer the same way as the types the definition is for. And since
unsigned char/short fit into an "int" on all our archs and thus promote
to signed int, the definitions must not be unsigned.
Fixes PR lib/31306 by Neil Booth.
2007-08-31 16:24:21 +00:00
..
ansi.h
aout_machdep.h
asm.h Improve EXIT and add a BSS macro. From OpenBSD. 2007-04-07 08:34:17 +00:00
bswap.h
byte_swap.h
cdefs.h
cpufunc.h de-__P() and whitespace. 2007-04-07 08:36:49 +00:00
db_machdep.h Add ldcw as a store instruction. From OpenBSD. 2007-04-07 08:38:28 +00:00
elf_machdep.h
endian_machdep.h
exec.h
float.h
frame.h Typo. From OpenBSD. 2007-04-07 08:35:13 +00:00
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h Fix definitions of UCHAR_MAX/USHRT_MAX and related 2007-08-31 16:24:21 +00:00
int_mwgwtypes.h
int_types.h
kcore.h
limits.h Fix definitions of UCHAR_MAX/USHRT_MAX and related 2007-08-31 16:24:21 +00:00
lock.h
Makefile
math.h
mcontext.h
mutex.h Pull across #include file fix from yamt-idlelwp. 2007-05-15 18:00:34 +00:00
param.h
pcb.h Whitespace. 2007-04-07 08:35:52 +00:00
pmap.h Like I said - don't futz with the trapframe in pmap_activate. Instead 2007-07-12 14:15:36 +00:00
pmc.h
proc.h
profile.h de-__P() 2007-04-07 09:02:07 +00:00
psl.h
pte.h
ptrace.h
reg.h
reloc.h
rwlock.h
setjmp.h
signal.h
som.h
stdarg.h
trap.h
types.h merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
varargs.h
vmparam.h Whitespace. 2007-04-18 13:41:37 +00:00
wchar_limits.h