Reapply SQLITE_NO_FCHOWN Pandemonium sqlite patch.

This commit is contained in:
Relintai 2024-11-14 20:07:24 +01:00
parent 8022d4ab90
commit ad572cdfdb

View File

@ -168,7 +168,9 @@
#else
/* This is not VxWorks. */
#define OS_VXWORKS 0
#ifndef SQLITE_NO_FCHOWN
#define HAVE_FCHOWN 1
#endif
#define HAVE_READLINK 1
#define HAVE_LSTAT 1
#endif /* defined(_WRS_KERNEL) */