Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: sjg
Date: Thu Jun 3 15:40:16 UTC 2010
Modified Files:
src/usr.bin/make: compat.c job.c main.c nonints.h util.c
Log Message:
We have required sigaction() for quite a while.
Use bmake_signal() - a wrapper around sigaction()
rather than signal() to ensure that signals are handled
consistently.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/make/compat.c
cvs rdiff -u -r1.149 -r1.150 src/usr.bin/make/job.c
cvs rdiff -u -r1.187 -r1.188 src/usr.bin/make/main.c
cvs rdiff -u -r1.58 -r1.59 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/make/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index