Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/include
Module Name: src
Committed By: dholland
Date: Sun Feb 24 23:01:19 UTC 2008
Modified Files:
src/include: errno.h signal.h
Log Message:
signal.h is not supposed to define errno, so use ___errno instead.
Adjust errno.h in a compatible fashion to avoid -Wredundant-decls issues.
I have run a build to check the tree for places where errno.h is missing,
and fixed the cases I found, but there might be more in MD code.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/include/errno.h
cvs rdiff -r1.48 -r1.49 src/include/signal.h
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