mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Merge branch 'master' into s-dash-stdin
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#define _GNU_SOURCE
|
||||
#ifndef _GNU_SOURCE
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
static const mode_t kS_IFMT = S_IFMT;
|
||||
|
||||
Reference in New Issue
Block a user