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

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

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

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

LFS64(mkstemps);
debug log:

solving caad441 ...
found caad441 in https://inbox.vuxu.org/musl/510D7019.3070907@barfooze.de/
found 6d16d9c in https://inbox.vuxu.org/musl/510D6E30.60206@barfooze.de/

applying [1/2] 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


applying [2/2] https://inbox.vuxu.org/musl/510D7019.3070907@barfooze.de/
diff --git a/src/temp/mkstemps.c b/src/temp/mkstemps.c
index 6d16d9c..caad441 100644

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

index at:
100644 caad4419c09e40b79a9b8d1686b944658bc14433	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).