summaryrefslogtreecommitdiffstats
path: root/sal/Library_sal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-19 12:18:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-19 13:01:35 +0100
commitd0e7d020fa405ab94f19916ec96fbd4611da0031 (patch)
tree4bfd1eeea75d2adffe850b1bf600bb547c6b154b /sal/Library_sal.mk
parentreadwrite_helper.c -> readwrite_helper.cxx (diff)
downloadcore-d0e7d020fa405ab94f19916ec96fbd4611da0031.tar.gz
core-d0e7d020fa405ab94f19916ec96fbd4611da0031.zip
socket.c -> socket.cxx
(At least some glibc make FD_ISSET happen to be of type bool in C++, that's why we explicitly cast it to bool instead of comparing != 0 to avoid loplugin:implicitboolconversion; cf. <https://sourceware.org/ml/libc-help/2014-11/msg00018.html> "Type of FD_ISSET happens to be bool in C++.") Change-Id: I6da67620067392f5866d053b074198413da814b1
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r--sal/Library_sal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index 6ae0d24c2b56..85d7c1985da4 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -169,12 +169,12 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/profile \
sal/osl/unx/readwrite_helper \
sal/osl/unx/security \
+ sal/osl/unx/socket \
sal/osl/unx/tempfile \
sal/osl/unx/thread \
$(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \
))
$(eval $(call gb_Library_add_cobjects,sal,\
- sal/osl/unx/socket \
sal/osl/unx/system \
sal/osl/unx/time \
))