void-packages/srcpkgs/signify/files/void.h

14 lines
182 B
C
Raw Normal View History

2015-06-24 09:26:39 +00:00
#ifndef __GLIBC__
/* sys/cdefs.h stubs for musl */
#ifndef __BEGIN_DECLS
#define __BEGIN_DECLS
#define __END_DECLS
#endif
#define __ASMNAME(x) "" x
#include <sys/types.h>
#endif