CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/06/10 15:31:04
Modified files: include : signal.h Log message: Improve standards compliance: bsd_signal() was XSI only and has been dropped from the most recent version, use the implementation namespace for variables in inline functions, and add __restrict as specified. ok millert@