You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/sqlite3/throw.patch

12 lines
410 B

--- sqlite3.c.orig 2024-04-04 15:53:48.801105000 +0000
+++ sqlite3.c 2024-04-04 15:54:51.423876000 +0000
@@ -26320,7 +26320,7 @@
////////////////////////////////////////////////////////////////////////////////
// ctype.h
-extern int toupper (int __c) __THROW;
+//extern int toupper (int __c) __THROW;
// SHA256_crypt
char * sha256_crypt_r (const char *key, const char *salt, char *buffer, int buflen);