We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a59f5d commit 5caaa0aCopy full SHA for 5caaa0a
tools/include/nolibc/Makefile
@@ -30,6 +30,7 @@ all_files := \
30
crt.h \
31
ctype.h \
32
errno.h \
33
+ limits.h \
34
nolibc.h \
35
signal.h \
36
stackprotector.h \
tools/include/nolibc/limits.h
@@ -0,0 +1,7 @@
1
+/* SPDX-License-Identifier: LGPL-2.1 OR MIT */
2
+/*
3
+ * Shim limits.h header for NOLIBC.
4
+ * Copyright (C) 2025 Thomas Weißschuh <[email protected]>
5
+ */
6
+
7
+#include "nolibc.h"
0 commit comments