mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-27 15:04:25 +00:00
Update userspace for mlibc support
This commit is contained in:
parent
2fd23205db
commit
e5c3c55e17
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@ -3,7 +3,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Fennix x64 (Linux, GCC, debug)",
|
"name": "Fennix x64 (Linux, GCC, debug)",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/libc/include/**",
|
|
||||||
"${workspaceFolder}/out/include/**",
|
"${workspaceFolder}/out/include/**",
|
||||||
"${workspaceFolder}/libs/include/**",
|
"${workspaceFolder}/libs/include/**",
|
||||||
"${workspaceFolder}/libs/include"
|
"${workspaceFolder}/libs/include"
|
||||||
@ -55,7 +54,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Fennix x32 (Linux, GCC, debug)",
|
"name": "Fennix x32 (Linux, GCC, debug)",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/libc/include/**",
|
|
||||||
"${workspaceFolder}/out/include/**",
|
"${workspaceFolder}/out/include/**",
|
||||||
"${workspaceFolder}/libs/include/**",
|
"${workspaceFolder}/libs/include/**",
|
||||||
"${workspaceFolder}/libs/include"
|
"${workspaceFolder}/libs/include"
|
||||||
|
@ -222,7 +222,7 @@ typedef long printf_signed_value_t;
|
|||||||
// precisions, offsets into buffers used for printing and the sizes
|
// precisions, offsets into buffers used for printing and the sizes
|
||||||
// of these buffers. instead, we use:
|
// of these buffers. instead, we use:
|
||||||
typedef unsigned int printf_size_t;
|
typedef unsigned int printf_size_t;
|
||||||
#define PRINTF_MAX_POSSIBLE_BUFFER_SIZE INT_MAX
|
#define PRINTF_MAX_POSSIBLE_BUFFER_SIZE __INT_MAX__
|
||||||
// If we were to nitpick, this would actually be INT_MAX + 1,
|
// If we were to nitpick, this would actually be INT_MAX + 1,
|
||||||
// since INT_MAX is the maximum return value, which excludes the
|
// since INT_MAX is the maximum return value, which excludes the
|
||||||
// trailing '\0'.
|
// trailing '\0'.
|
||||||
|
2
mlibc
2
mlibc
@ -1 +1 @@
|
|||||||
Subproject commit e441e78343be6824eb98ae3519f8777d16fe03b4
|
Subproject commit 77f7b4d310c05c82d64899f2186558f5abbcdded
|
Loading…
x
Reference in New Issue
Block a user