Hook BSD err(), errx(), warn(), warnx(), etc. functions.

err(), errx(), warn(), warnx(), verr(), verrx(), vwarn(), vwarnx() are
hooked.
This commit is contained in:
Simon Ruderich
2013-06-15 02:39:52 +02:00
parent 1068648718
commit 941370dda9
9 changed files with 199 additions and 2 deletions

4
.gitignore vendored
View File

@@ -23,6 +23,8 @@
/tests/Makefile.in
/tests/example
/tests/example.o
/tests/example_err
/tests/example_err.o
/tests/example_error
/tests/example_error.o
/tests/example_exec
@@ -31,6 +33,8 @@
/tests/example_vfork.o
/tests/test_environment.sh.log
/tests/test_environment.sh.trs
/tests/test_err.sh.log
/tests/test_err.sh.trs
/tests/test_error.sh.log
/tests/test_error.sh.trs
/tests/test_example.sh.log