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

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

#define __NEED_ptrdiff_t
#define __NEED_size_t
#define __NEED_wchar_t

#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

typedef struct {
      long long __max_align_ll __attribute__((__aligned__(__alignof__(long long))));
        long double __max_align_ld __attribute__((__aligned__(__alignof__(long double))));
} max_align_t;

#endif
debug log:

solving 788227a ...
found 788227a in https://inbox.vuxu.org/musl/1398649434-23560-3-git-send-email-raj.khem@gmail.com/
found 0a32919 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 0a329190c17c4697445cef8cd35395c27f2b9d51	include/stddef.h

applying [1/1] https://inbox.vuxu.org/musl/1398649434-23560-3-git-send-email-raj.khem@gmail.com/
diff --git a/include/stddef.h b/include/stddef.h
index 0a32919..788227a 100644

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

index at:
100644 788227abf827b3d611c8b7b8bff68e39a744c7c6	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).