mailing list of musl libc
 help / color / mirror / code / Atom feed
17bfcbb84023b122c5959b77952906d6ac561ccc blob 190 bytes (raw)

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

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

int mkstemp(char *template)
{
	return __mkostemps(template, 0, O_RDWR);
}

LFS64(mkstemp);
debug log:

solving 17bfcbb ...
found 17bfcbb in https://inbox.vuxu.org/musl/510D7019.3070907@barfooze.de/
found 07ec4d7 in https://inbox.vuxu.org/musl/510D6E30.60206@barfooze.de/
found a390d42 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 a390d4272cef638384973268ba149b99fbcf01ed	src/temp/mkstemp.c

applying [1/2] https://inbox.vuxu.org/musl/510D6E30.60206@barfooze.de/
diff --git a/src/temp/mkstemp.c b/src/temp/mkstemp.c
index a390d42..07ec4d7 100644


applying [2/2] https://inbox.vuxu.org/musl/510D7019.3070907@barfooze.de/
diff --git a/src/temp/mkstemp.c b/src/temp/mkstemp.c
index 07ec4d7..17bfcbb 100644

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

index at:
100644 17bfcbb84023b122c5959b77952906d6ac561ccc	src/temp/mkstemp.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).