Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
package
/
libs
/
elfutils
/
patches
/
200-fix-build-warning.patch
blob: 3c48b9810fc1a8a9e7e290e45fe13edd98908122 [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
1
---
a
/
lib
/
xasprintf
.
c
2
+++
b
/
lib
/
xasprintf
.
c
3
@@
-
30
,
6
+
30
,
7
@@
4
# include <config.h>
5
#endif
6
7
+#
include
<errno.h>
8
#include
<stdarg.h>
9
#include
<stdio.h>
10
#include
<stdlib.h>