mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
12 lines
258 B
Diff
12 lines
258 B
Diff
--- a/src/posix/serialport.cpp.orig
|
|
+++ b/src/posix/serialport.cpp
|
|
@@ -37,7 +37,7 @@
|
|
#include "../util/baudrate.h"
|
|
#include "../posix/os-socket.h"
|
|
|
|
-#if defined(__APPLE__) || defined(__FreeBSD__)
|
|
+#ifndef __GLIBC__
|
|
#ifndef XCASE
|
|
#define XCASE 0
|
|
#endif
|