mailing list of musl libc
 help / color / mirror / code / Atom feed
047bcff9e44e76692a6e620f07b6497b0a33f76e blob 120 bytes (raw)

1
2
3
4
5
6
7
8
 
#define _GNU_SOURCE
#include <unistd.h>
#include "syscall.h"

int syncfs(int fd)
{
	return __syscall(SYS_syncfs, fd);
}
debug log:

solving 047bcff ...
found 047bcff in https://inbox.vuxu.org/musl/1436443136-12394-1-git-send-email-ncopa@alpinelinux.org/
found fe2b8a7 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 fe2b8a70b24cd8028ad7eca62ae93358ade2dd2e	src/linux/syncfs.c

applying [1/1] https://inbox.vuxu.org/musl/1436443136-12394-1-git-send-email-ncopa@alpinelinux.org/
diff --git a/src/linux/syncfs.c b/src/linux/syncfs.c
index fe2b8a7..047bcff 100644

Checking patch src/linux/syncfs.c...
Applied patch src/linux/syncfs.c cleanly.

index at:
100644 047bcff9e44e76692a6e620f07b6497b0a33f76e	src/linux/syncfs.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).