Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/utils/libhack
Module Name: src
Committed By: roy
Date: Sun Mar 1 22:47:26 UTC 2020
Modified Files:
src/distrib/utils/libhack: Makefile.inc
Log Message:
libhack: build with -D_REENTRANT
Some tools that use libhack expect thread locking.
An example of this is zpool(8).
Without it, it randomly crashes. As such, force _REENTRANT to avoid
debugging future random crashes from any other applications which
rely on this.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/distrib/utils/libhack/Makefile.inc
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