mailing list of musl libc
 help / color / mirror / code / Atom feed
d8cd5ef20c48cad692e16bc516c0fdca1170005a blob 460 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
#include "time32.h"
#include <sys/stat.h>

int __fxstat64(int ver, int fd, struct stat *buf)
{
	return __fstat_time32(fd, buf);
}

int __fxstatat64(int ver, int fd, const char *path, struct stat *buf, int flag)
{
	return __fstatat_time32(fd, path, buf, flag);
}

int __lxstat64(int ver, const char *path, struct stat *buf)
{
	return __lstat_time32(path, buf);
}

int __xstat64(int ver, const char *path, struct stat *buf)
{
	return __stat_time32(path, buf);
}
debug log:

solving d8cd5ef2 ...
found d8cd5ef2 in https://inbox.vuxu.org/musl/20190802214433.GA25193@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/20191021024643.GA6192@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/20191101202539.GA8982@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/20191102013911.GA26175@brightrain.aerifal.cx/

applying [1/4] https://inbox.vuxu.org/musl/20190802214433.GA25193@brightrain.aerifal.cx/
diff --git a/compat/time32/__xstat.c b/compat/time32/__xstat.c
new file mode 100644
index 00000000..d8cd5ef2

Checking patch compat/time32/__xstat.c...
Applied patch compat/time32/__xstat.c cleanly.

skipping https://inbox.vuxu.org/musl/20191021024643.GA6192@brightrain.aerifal.cx/ for d8cd5ef2
skipping https://inbox.vuxu.org/musl/20191101202539.GA8982@brightrain.aerifal.cx/ for d8cd5ef2
skipping https://inbox.vuxu.org/musl/20191102013911.GA26175@brightrain.aerifal.cx/ for d8cd5ef2
index at:
100644 d8cd5ef20c48cad692e16bc516c0fdca1170005a	compat/time32/__xstat.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).