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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#ifndef _STDC_PREDEF_H
#define _STDC_PREDEF_H

/* FIXME: What is the exactly version supported by musl? */
/* ISO/IEC 10646:2011, Uncode 6.0 except U+20B9 INDIAN RUPEE SIGN */
#define __STDC_ISO_10646__ 201103L
#define __STDC_UTF_16__ 1
#define __STDC_UTF_32__ 1

#if defined(__GCC_IEC_559) && __GCC_IEC_559 > 0
#define __STDC_IEC_559__ 1
#endif

/* GCC does not support the "Annex G" complex arithmetic even though
 * __GCC_IEC_559_COMPLEX is defined. Thus, we leave __STDC_IEC_559_COMPLEX__
 * undefined for now. */

#endif
debug log:

solving f599a33 ...
found f599a33 in https://inbox.vuxu.org/musl/1459492273-4029-1-git-send-email-masanori.ogino@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/1459492273-4029-1-git-send-email-masanori.ogino@gmail.com/
diff --git a/include/stdc-predef.h b/include/stdc-predef.h
new file mode 100644
index 0000000..f599a33

Checking patch include/stdc-predef.h...
Applied patch include/stdc-predef.h cleanly.

index at:
100644 f599a3345bcc4c7816f72179f3c2ff7d7f55697b	include/stdc-predef.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).