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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include "libc.h"

int __mkostemps (char *template, int suffixlen, int flags);

int mkostemp(char *template, int flags)
{
	return __mkostemps(template, 0, flags);
}

LFS64(mkostemp);
debug log:

solving f3e45cb ...
found f3e45cb in https://inbox.vuxu.org/musl/510D6E30.60206@barfooze.de/

applying [1/1] https://inbox.vuxu.org/musl/510D6E30.60206@barfooze.de/
diff --git a/src/temp/mkostemp.c b/src/temp/mkostemp.c
new file mode 100644
index 0000000..f3e45cb

Checking patch src/temp/mkostemp.c...
Applied patch src/temp/mkostemp.c cleanly.

index at:
100644 f3e45cb6d887e102a79c164d1e46423dcb14ae3c	src/temp/mkostemp.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).