summaryrefslogtreecommitdiff
path: root/security/tpm2-abrmd/files/patch-src_util.c
blob: 32c36126c75b9a96e4a9d729ce8e4fc0699665d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/util.c.orig	2025-02-22 21:59:15 UTC
+++ src/util.c
@@ -68,7 +68,7 @@ ssize_t
 /** Write as many of the size bytes from buf to fd as possible.
  */
 ssize_t
-write_all (GOutputStream *ostream,
+g_write_all (GOutputStream *ostream,
            const uint8_t *buf,
            const size_t   size)
 {