summaryrefslogtreecommitdiffstats
path: root/sal/osl/unx/system.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/system.hxx')
-rw-r--r--sal/osl/unx/system.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sal/osl/unx/system.hxx b/sal/osl/unx/system.hxx
index 4b1462c44c12..9fd4a640f830 100644
--- a/sal/osl/unx/system.hxx
+++ b/sal/osl/unx/system.hxx
@@ -85,7 +85,7 @@
#endif
-#if defined(ANDROID) || defined(EMSCRIPTEN)
+#if defined(ANDROID)
# include <pthread.h>
# include <sys/file.h>
# include <sys/ioctl.h>
@@ -242,8 +242,7 @@ int macxp_resolveAlias(char *path, int buflen);
!defined(AIX) && \
!defined(__sun) && !defined(MACOSX) && \
!defined(OPENBSD) && !defined(DRAGONFLY) && \
- !defined(IOS) && !defined(ANDROID) && \
- !defined(EMSCRIPTEN)
+ !defined(IOS) && !defined(ANDROID)
# error "Target platform not specified!"
#endif