mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
13 lines
448 B
Diff
13 lines
448 B
Diff
diff --git a/backend/cimxml/indicationlistener.c b/backend/cimxml/indicationlistener.c
|
|
index 0d7d9fe..3be0bb7 100755
|
|
--- a/backend/cimxml/indicationlistener.c
|
|
+++ b/backend/cimxml/indicationlistener.c
|
|
@@ -36,7 +36,7 @@ static int do_listen=1;
|
|
#define hdrBufsize 5000
|
|
#define hdrLimmit 5000
|
|
|
|
-#ifdef __APPLE__
|
|
+#if defined(__APPLE__) || (defined(__linux__) && !defined(__GLIBC__))
|
|
# define __SOCKADDR_ARG struct sockaddr *__restrict
|
|
#endif
|
|
|