Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 1998 19:46:28 -0800 (PST)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG
Subject:   cvs commit: src/include setjmp.h
Message-ID:  <199801110346.TAA04954@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/01/10 19:46:27 PST

  Modified files:
    include              setjmp.h 
  Log:
  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>.
  
  Revision  Changes    Path
  1.5       +4 -25     src/include/setjmp.h



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