]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/sysupdate/sysupdate-resource.c
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
[thirdparty/systemd.git] / src / sysupdate / sysupdate-resource.c
index da657034ea31a2e616e9cdc49fe6de554d2bc9ab..197b530a0224f55a4e8df77485789085ffb13768 100644 (file)
@@ -267,7 +267,7 @@ static int download_manifest(
                 size_t *ret_size) {
 
         _cleanup_free_ char *buffer = NULL, *suffixed_url = NULL;
-        _cleanup_close_pair_ int pfd[2] = PIPE_EBADF;
+        _cleanup_close_pair_ int pfd[2] = EBADF_PAIR;
         _cleanup_fclose_ FILE *manifest = NULL;
         size_t size = 0;
         pid_t pid;