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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#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 __open_tempfile (char *, int, int);

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

LFS64(mkstemp);
debug log:

solving ccaf3c6 ...
found ccaf3c6 in https://inbox.vuxu.org/musl/1359830731-24717-1-git-send-email-basile@opensource.dyc.edu/ ||
	https://inbox.vuxu.org/musl/1359349583-3643-1-git-send-email-basile@opensource.dyc.edu/
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/1359830731-24717-1-git-send-email-basile@opensource.dyc.edu/
diff --git a/src/temp/mkstemp.c b/src/temp/mkstemp.c
index a390d42..ccaf3c6 100644

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

skipping https://inbox.vuxu.org/musl/1359349583-3643-1-git-send-email-basile@opensource.dyc.edu/ for ccaf3c6
index at:
100644 ccaf3c62f8635a4792804bb16e8788407a53be42	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).