Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 1998 01:09:25 -0800 (PST)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/include setjmp.h src/sys/i386/include setjmp.h src/sys/alpha/include setjmp.h
Message-ID:  <199801200909.BAA00724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/01/20 01:09:25 PST

  Modified files:
    include              setjmp.h 
    sys/i386/include     setjmp.h 
    sys/alpha/include    setjmp.h 
  Log:
  Suggested by: bde
  Move sigjmp_buf and jmp_buf structure definitions to machine/setjmp.h
  so that i386 can continue to use int as the basic register type and
  alpha can use long. Bruce was concerned about possible differing
  alignment. I've left the definition of _JBLEN in machine/setjmp.h
  even though Bruce's example used the number directly. I don't know if
  any other code relies on _JBLEN, so I left it to avoid potential
  breakage.
  
  Revision  Changes    Path
  1.6       +0 -11     src/include/setjmp.h
  1.2       +12 -1     src/sys/i386/include/setjmp.h
  1.2       +12 -1     src/sys/alpha/include/setjmp.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801200909.BAA00724>