summaryrefslogtreecommitdiffstats
path: root/tools/nonetwork.c
Commit message (Collapse)AuthorAgeFilesLines
* nonetwork: new line before the message and flushBoris Nagaev2016-03-261-1/+3
| | | | | fflush(stderr) may be needed: http://mailman.linuxchix.org/pipermail/courses/2002-August/000691.html
* nonetwork: print message from replaced functionsBoris Nagaev2016-03-201-0/+11
| | | | See https://github.com/mxe/mxe/issues/1269
* disable networking with LD_PRELOAD when buildBoris Nagaev2015-11-101-0/+36
see #969