mailing list of musl libc
 help / color / mirror / code / Atom feed
6d16d9c8abd7751da92fd7ca64d05ed7db755858 blob 192 bytes (raw)

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

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

int mkstemps (char *template, int suffixlen)
{
	return __mkostemps(template, suffixlen, 0);
}

LFS64(mkstemps);
debug log:

solving 6d16d9c ...
found 6d16d9c 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/mkstemps.c b/src/temp/mkstemps.c
new file mode 100644
index 0000000..6d16d9c

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

index at:
100644 6d16d9c8abd7751da92fd7ca64d05ed7db755858	src/temp/mkstemps.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).