mailing list of musl libc
 help / color / mirror / code / Atom feed
62499de4a163f730243139001fbb6e6f080bd0a0 blob 125 bytes (raw)

1
2
3
4
5
6
 
#include <sys/stat.h>

int __xmknod(int ver, const char *path, mode_t mode, dev_t *dev)
{
	return mknod (path, mode, dev);
}
debug log:

solving 62499de ...
found 62499de in https://inbox.vuxu.org/musl/CAL3m8eAubOeNBFt75L1HdKdksuM=kYpwE6Zyx4gzTwfYYOsh6Q@mail.gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/CAL3m8eAubOeNBFt75L1HdKdksuM=kYpwE6Zyx4gzTwfYYOsh6Q@mail.gmail.com/
diff --git a/src/stat/__xmknod.c b/src/stat/__xmknod.c
new file mode 100644
index 0000000..62499de

Checking patch src/stat/__xmknod.c...
Applied patch src/stat/__xmknod.c cleanly.

index at:
100644 62499de4a163f730243139001fbb6e6f080bd0a0	src/stat/__xmknod.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).