mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
13 lines
182 B
C
13 lines
182 B
C
#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
|