Merge branch 'rm-bits-stdlib' into 'master'

Remove bits/stdlib

See merge request redox-os/relibc!842
This commit is contained in:
Jeremy Soller
2025-12-28 06:21:22 -07:00
2 changed files with 0 additions and 15 deletions
-14
View File
@@ -1,14 +0,0 @@
#ifndef _BITS_STDLIB_H
#define _BITS_STDLIB_H
#ifdef __cplusplus
extern "C" {
#endif
long double strtold(const char *nptr, char **endptr);
#ifdef __cplusplus
} // extern "C"
#endif
#endif /* _BITS_STDLIB_H */
-1
View File
@@ -1,6 +1,5 @@
sys_includes = ["stddef.h", "alloca.h", "wchar.h", "features.h"]
include_guard = "_RELIBC_STDLIB_H"
trailer = "#include <bits/stdlib.h>"
language = "C"
style = "Type"
no_includes = true