Searched hist:32419 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/include/
H A Dsetjmp.hdiff 32419 Sun Jan 11 01:46:26 MST 1998 jb Move _JBLEN definition to <machine/setjmp.h> like on NetBSD. Remove
definitions for architectures that we don't have libc MD source for.

Change 'int' to 'long' in sigjmp_buf and jmp_buf structures so
that they are suitable for the register size on both i386 and alpha.
Although FreeBSD defines these structures differently to NetBSD,
the element size is now the same.

If Bruce doesn't like this [8-)], we'll need to add a typedef to
each <machine/setjmp.h> and use that in <setjmp.h>.

Completed in 18 milliseconds