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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#define _GNU_SOURCE
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <limits.h>
#include <errno.h>
#include "libc.h"

int __gen_tempname (char *, int, int);

int mkstemps(char *template, int len)
{
	return __gen_tempname (template, len, O_RDWR);
}
debug log:

solving e194444 ...
found e194444 in https://inbox.vuxu.org/musl/1359340564-2128-1-git-send-email-basile@opensource.dyc.edu/

applying [1/1] https://inbox.vuxu.org/musl/1359340564-2128-1-git-send-email-basile@opensource.dyc.edu/
diff --git a/src/temp/mkstemps.c b/src/temp/mkstemps.c
new file mode 100644
index 0000000..e194444

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

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