the glibc case of the new __writememsz__ and friends macros broke

master
leitner 5 years ago
parent 8a8109f27e
commit 261420b7b6

@ -16,7 +16,11 @@ extern "C" {
/* dietlibc defines these in sys/cdefs.h, which is included from stddef.h */
#ifndef __writememsz__
#define __writememsz__(a,b)
#endif
#ifndef __readmemsz__
#define __readmemsz__(a,b)
#endif
#ifndef __readmem__
#define __readmem__(a)
#endif

Loading…
Cancel
Save