mailing list of musl libc
 help / color / mirror / code / Atom feed
8c810ce237d0df27cd73c8082b688310c6320f8f blob 358 bytes (raw)

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

int __mkostemps(char *template, int len, int flags)
{
	return __open_tempfile (template, len, flags);
}

weak_alias(__mkostemps, mkostemps);
debug log:

solving 8c810ce ...
found 8c810ce 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/

applying [1/2] https://inbox.vuxu.org/musl/1359830731-24717-1-git-send-email-basile@opensource.dyc.edu/
diff --git a/src/temp/mkostemps.c b/src/temp/mkostemps.c
new file mode 100644
index 0000000..8c810ce

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

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