ref: 03c0fe7804daa71325f6827b7953579c74548881
parent: bfe0cd5f5e1638f05262642281f895a703008422
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Aug 22 14:49:36 EDT 2018
[libc] Fix wchar.h guard
--- a/rootdir/include/scc/wchar.h
+++ b/rootdir/include/scc/wchar.h
@@ -1,6 +1,5 @@
-#ifndef _WCHAR_H_
-#define _WCHAR_H_
-
+#ifndef _WCHAR_H
+#define _WCHAR_H
/* TODO: This is only a placeholder */
typedef long wchar_t;