the glibc case of the new __writememsz__ and friends macros broke
This commit is contained in:
parent
8a8109f27e
commit
261420b7b6
4
buffer.h
4
buffer.h
@ -16,7 +16,11 @@ extern "C" {
|
|||||||
/* dietlibc defines these in sys/cdefs.h, which is included from stddef.h */
|
/* dietlibc defines these in sys/cdefs.h, which is included from stddef.h */
|
||||||
#ifndef __writememsz__
|
#ifndef __writememsz__
|
||||||
#define __writememsz__(a,b)
|
#define __writememsz__(a,b)
|
||||||
|
#endif
|
||||||
|
#ifndef __readmemsz__
|
||||||
#define __readmemsz__(a,b)
|
#define __readmemsz__(a,b)
|
||||||
|
#endif
|
||||||
|
#ifndef __readmem__
|
||||||
#define __readmem__(a)
|
#define __readmem__(a)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user