cvs commit: src/lib/libc/sparc64/sys __sparc_utrap_setup.c

Jake Burkholder jake at FreeBSD.org
Tue Nov 18 06:23:21 PST 2003


jake        2003/11/18 06:21:41 PST

  FreeBSD src repository

  Modified files:
    lib/libc/sparc64/sys __sparc_utrap_setup.c 
  Log:
  Install the user trap handlers that libc provides from a constructor, so
  that they will be installed before application constructors are invoked.
  Its possible to link applications such that this fails, application code
  is invoked before they are installed, but, well, Don't Do That.
  
  Approved by:    re (jhb)
  
  Revision  Changes    Path
  1.5       +2 -0      src/lib/libc/sparc64/sys/__sparc_utrap_setup.c


More information about the cvs-src mailing list