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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
/^TYPEDEF/s/TYPEDEF \(.*\) \([^ ]*\);$/#if defined(__NEED_\2) \&\& !defined(__DEFINED_\2) \&\& !defined(__CLANG_\U\2\E_DEFINED)\
typedef \1 \2;\
#define __DEFINED_\2\
#define __CLANG_\U\2\E_DEFINED\
#endif\
/
/^STRUCT/s/STRUCT * \([^ ]*\) \(.*\);$/#if defined(__NEED_struct_\1) \&\& !defined(__DEFINED_struct_\1)\
struct \1 \2;\
#define __DEFINED_struct_\1\
#endif\
/
/^UNION/s/UNION * \([^ ]*\) \(.*\);$/#if defined(__NEED_union_\1) \&\& !defined(__DEFINED_union_\1)\
union \1 \2;\
#define __DEFINED_union_\1\
#endif\
/
debug log:

solving f03f6a4 ...
found f03f6a4 in https://inbox.vuxu.org/musl/87e30e04-a81d-4302-5dd7-0846aa0f711b@codeaurora.org/
found fa15efc in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 fa15efc35f64e06e5a53108ca8e7c2faf5835369	tools/mkalltypes.sed

applying [1/1] https://inbox.vuxu.org/musl/87e30e04-a81d-4302-5dd7-0846aa0f711b@codeaurora.org/
diff --git a/tools/mkalltypes.sed b/tools/mkalltypes.sed
index fa15efc..f03f6a4 100644

Checking patch tools/mkalltypes.sed...
Applied patch tools/mkalltypes.sed cleanly.

index at:
100644 f03f6a4d4e81e08e776984877042324b5e445625	tools/mkalltypes.sed

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