mailing list of musl libc
 help / color / mirror / code / Atom feed
85c4d230c7f9f6cffacf3a04ad5b9d651ca70541 blob 559 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
#ifndef _MONETARY_H
#define _MONETARY_H

#ifdef __cplusplus
extern "C" {
#endif

#include <features.h>

#define __NEED_ssize_t
#define __NEED_size_t
#define __NEED_locale_t

#include <bits/alltypes.h>

#if __GNUC__ >= 3
#define __fsfm(x, y) __attribute__ ((__format__ (__strfmon__, x, y)))
#else
#define __fsfm(x, y)
#endif

ssize_t strfmon(char *__restrict, size_t, const char *__restrict, ...) __fsfm(3, 4);
ssize_t strfmon_l(char *__restrict, size_t, locale_t, const char *__restrict, ...) __fsfm(4, 5);

#undef __fsfm

#ifdef __cplusplus
}
#endif

#endif
debug log:

solving 85c4d23 ...
found 85c4d23 in https://inbox.vuxu.org/musl/1453591546-23211-1-git-send-email-hauke@hauke-m.de/
found a91fa56 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 a91fa565574758726977376659b9890a2380087d	include/monetary.h

applying [1/1] https://inbox.vuxu.org/musl/1453591546-23211-1-git-send-email-hauke@hauke-m.de/
diff --git a/include/monetary.h b/include/monetary.h
index a91fa56..85c4d23 100644

Checking patch include/monetary.h...
Applied patch include/monetary.h cleanly.

index at:
100644 85c4d230c7f9f6cffacf3a04ad5b9d651ca70541	include/monetary.h

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).