summaryrefslogtreecommitdiff
path: root/comms/scrcpy/files/patch-app_src_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/scrcpy/files/patch-app_src_compat.h')
-rw-r--r--comms/scrcpy/files/patch-app_src_compat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/scrcpy/files/patch-app_src_compat.h b/comms/scrcpy/files/patch-app_src_compat.h
deleted file mode 100644
index d5cd7624b497..000000000000
--- a/comms/scrcpy/files/patch-app_src_compat.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- app/src/compat.h.orig 2021-11-07 06:03:53 UTC
-+++ app/src/compat.h
-@@ -1,8 +1,8 @@
- #ifndef COMPAT_H
- #define COMPAT_H
-
--#define _POSIX_C_SOURCE 200809L
--#define _XOPEN_SOURCE 700
-+// #define _POSIX_C_SOURCE 200809L
-+// #define _XOPEN_SOURCE 700
- #define _GNU_SOURCE
- #ifdef __APPLE__
- # define _DARWIN_C_SOURCE