mailing list of musl libc
 help / color / mirror / code / Atom feed
92a7bc4bdc3415de7856444e68c5cc8d01a25f48 blob 207 bytes (raw)

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

int __open_tempfile (char *, int, int);

int __mkostemp(char *template, int flags)
{
	return __open_tempfile (template, 0, flags);
}

weak_alias(__mkostemp, mkostemp);
debug log:

solving 92a7bc4 ...
found 92a7bc4 in https://inbox.vuxu.org/musl/1359839705-25965-1-git-send-email-basile@opensource.dyc.edu/

applying [1/1] https://inbox.vuxu.org/musl/1359839705-25965-1-git-send-email-basile@opensource.dyc.edu/
diff --git a/src/temp/mkostemp.c b/src/temp/mkostemp.c
new file mode 100644
index 0000000..92a7bc4

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

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