the glibc case of the new __writememsz__ and friends macros broke

This commit is contained in:
leitner 2020-04-05 20:19:11 +00:00
parent 8a8109f27e
commit 261420b7b6

View File

@ -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