mailing list of musl libc
 help / color / mirror / code / Atom feed
415a2d910b4e86171f27d8c141a47075cb446a0d blob 540 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
 
#ifndef _STDDEF_H
#define _STDDEF_H

#ifdef __cplusplus
#ifdef __GNUC__
#define NULL __null
#else
#define NULL 0L
#endif
#else
#define NULL ((void*)0)
#endif

#define __NEED_ptrdiff_t
#define __NEED_size_t
#define __NEED_wchar_t
#if __STDC_VERSION__ >= 201112L || __cplusplus >= 201103L
#define __NEED_max_align_t
#endif

#include <bits/alltypes.h>

#if __GNUC__ > 3
#define offsetof(type, member) __builtin_offsetof(type, member)
#else
#define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 ))
#endif

#endif
debug log:

solving 415a2d91 ...
found 415a2d91 in https://inbox.vuxu.org/musl/CAA2zVHpkNJ_2yxfUU6B73JuGC4iygtcvjzKUobO05_GqWJ2wJg@mail.gmail.com/
found bd753853 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 bd753853503d94ca3759b2e451fffb68675e869b	include/stddef.h

applying [1/1] https://inbox.vuxu.org/musl/CAA2zVHpkNJ_2yxfUU6B73JuGC4iygtcvjzKUobO05_GqWJ2wJg@mail.gmail.com/
diff --git a/include/stddef.h b/include/stddef.h
index bd753853..415a2d91 100644

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

index at:
100644 415a2d910b4e86171f27d8c141a47075cb446a0d	include/stddef.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).