cvs commit: src/sys/sys signal.h

David Xu davidxu at FreeBSD.org
Sun Nov 13 09:57:45 GMT 2005


davidxu     2005-11-13 09:57:44 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              signal.h 
  Log:
  Define SIGLWP which is an alias for SIGTHR, the reason why I did this
  is that gdb knows SIGLWP and will pass it to program, otherwise gdb
  will print out "unknown signal" and discard it, and then thread
  cancellation won't work for libthr under gdb.
  
  MFC: 3 days
  
  Revision  Changes    Path
  1.52      +1 -0      src/sys/sys/signal.h


More information about the cvs-src mailing list