shithub: scc

Download patch

ref: fcee86a4008c4adbda7b9a6a1f9bc41c05bc092e
parent: 1791c9bb2759ddcea2cf7df137711c1c6ac9fa3b
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Dec 23 02:45:13 EST 2018

[libc] Fix definition of size_t for amd64

--- a/include/bits/amd64/arch/string.h
+++ b/include/bits/amd64/arch/string.h
@@ -1,5 +1,6 @@
 #ifndef _SIZET
 typedef unsigned long size_t;
+#define _SIZET
 #endif
 
-#define __NUMCHARS 128
\ No newline at end of file
+#define __NUMCHARS 128