aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-11-05 02:38:32 +0000
committerstephan <stephan@noemail.net>2024-11-05 02:38:32 +0000
commit710d00aa6f4035561bf9be54adc4f1dec1211793 (patch)
tree60de2b7f0357efaaf779c734dc2ee40054b3b618 /src/os_unix.c
parent1934310ebd54e9f1d2b16fa7e5f14fafec6d8fba (diff)
downloadsqlite-710d00aa6f4035561bf9be54adc4f1dec1211793.tar.gz
sqlite-710d00aa6f4035561bf9be54adc4f1dec1211793.zip
Change a (#define HAVE_FCHMOD) to (#define HAVE_FCHMOD 1) per user request in [forum:24cf6020c6|forum post 24cf6020c6]. There's no semantic change for this tree, but this is consistent with how auto-config tools would define it and the empty #define interferes with some downstream code.
FossilOrigin-Name: 9c46d84f3bf2f5876211b498104067d32a4000979fad1345deb1000c23716d75
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index c13c5cece..8cc188674 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -213,7 +213,7 @@
# endif
#else /* !SQLITE_WASI */
# ifndef HAVE_FCHMOD
-# define HAVE_FCHMOD
+# define HAVE_FCHMOD 1
# endif
#endif /* SQLITE_WASI */