mailing list of musl libc
 help / color / mirror / code / Atom feed
477ae69c578f44e121d08d818d2672e25c7c3d23 blob 518 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
#ifndef __STDC_VERSION_STDALIGN_H__
#define __STDC_VERSION_STDALIGN_H__ 202311L

#ifndef __cplusplus

/* this whole header only works in C11 or with compiler extensions */
#if __STDC_VERSION__ < 201112L && defined( __GNUC__)
# define _Alignas(t) __attribute__((__aligned__(t)))
# define _Alignof(t) __alignof__(t)
#endif

/* Starting with C23 this header has no contents because these are keywords. */
#if __STDC_VERSION__ < 202311L
#define __alignas_is_defined 1
#define __alignof_is_defined 1
#endif

#endif

#endif
debug log:

solving 477ae69c ...
found 477ae69c in https://inbox.vuxu.org/musl/6a5b7e8c3df0d7a22928b598d331ae4b5385607c.1684932861.git.Jens.Gustedt@inria.fr/
found 2cc94be3 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 2cc94be3f6d7e4b65839cbcd35a1e5286139e4c8	include/stdalign.h

applying [1/1] https://inbox.vuxu.org/musl/6a5b7e8c3df0d7a22928b598d331ae4b5385607c.1684932861.git.Jens.Gustedt@inria.fr/
diff --git a/include/stdalign.h b/include/stdalign.h
index 2cc94be3..477ae69c 100644

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

index at:
100644 477ae69c578f44e121d08d818d2672e25c7c3d23	include/stdalign.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).