shithub: scc

Download patch

ref: a02f6ec0102245d81519c74b2a8651be6a9cdd8c
parent: 820c609d293c7bdc66a72cd34db8fa1ea205d399
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Feb 23 09:55:05 EST 2017

[libc] Use __USE_MACROS in ctype.c

Without this define ctype.h will not expose the definitions
needed for a correct definition of the table.

--- a/libc/src/ctype.c
+++ b/libc/src/ctype.c
@@ -1,3 +1,6 @@
+/* See LICENSE file for copyright and license details. */
+
+#define __USE_MACROS
 #include <ctype.h>
 
 unsigned char _ctype[255] = {