New upstream version 4.19.0

This commit is contained in:
Chris Hofstaedtler
2026-01-06 00:37:15 +01:00
parent 9d5ab87d61
commit 428fe43d86
879 changed files with 20348 additions and 27795 deletions
+6 -1
View File
@@ -6,7 +6,7 @@
#define SHADOW_INCLUDE_LIB_STRING_SPRINTF_APRINTF_H_
#include <config.h>
#include "config.h"
#include <stdarg.h>
#include <stddef.h>
@@ -14,6 +14,11 @@
#include <stdlib.h>
#include "attr.h"
#include "exit_if_null.h"
// exit-on-error allocate print formatted
#define xaprintf(...) exit_if_null(aprintf(__VA_ARGS__))
ATTR_MALLOC(free)