mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-11-03 11:26:23 +01:00
Use lockf() when flock() is not available
On Solaris flock() is not available, and we should use instead lockf() or fcntl().
This commit is contained in:
@@ -290,6 +290,7 @@ __register_atfork(NULL, NULL, NULL, __dso_handle);
|
||||
AC_CHECK_FUNCS([\
|
||||
clearenv \
|
||||
dirfd \
|
||||
flock \
|
||||
fopencookie \
|
||||
__fpurge \
|
||||
getauxval \
|
||||
|
||||
Reference in New Issue
Block a user