mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 01:48:08 +08:00
Update osx/config.h with HAVE_FLOCK macro
flock() is available on OS X
This commit is contained in:
parent
41d4058156
commit
8324893565
@ -20,6 +20,9 @@
|
||||
/* Define to 1 if you have the <execinfo.h> header file. */
|
||||
#define HAVE_EXECINFO_H 1
|
||||
|
||||
/* Define to 1 if you have the `flock' function. */
|
||||
#define HAVE_FLOCK 1
|
||||
|
||||
/* Define to 1 if you have the `futimens' function. */
|
||||
/* #undef HAVE_FUTIMENS */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user