diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 11:51:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 13:01:34 +0100 |
commit | 431a7c402f5ba41db1c0acbe264c50da925b05a4 (patch) | |
tree | 2e53a367f20fe6d18249270fe352a47df5f2054b /sal | |
parent | 42ab57ca574307e994707ae6625e290e2e0be24e (diff) |
mutex.c -> mutex.cxx
Change-Id: I24ebffd1b055bdd6ad93d2f071d20480b549379f
Diffstat (limited to 'sal')
-rw-r--r-- | sal/Library_sal.mk | 2 | ||||
-rw-r--r-- | sal/osl/unx/mutex.cxx (renamed from sal/osl/unx/mutex.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk index a8075cabfcff..b2e4a6f025c3 100644 --- a/sal/Library_sal.mk +++ b/sal/Library_sal.mk @@ -161,6 +161,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ sal/osl/unx/file_volume \ sal/osl/unx/memory \ sal/osl/unx/module \ + sal/osl/unx/mutex \ sal/osl/unx/process \ sal/osl/unx/process_impl \ sal/osl/unx/profile \ @@ -170,7 +171,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ $(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \ )) $(eval $(call gb_Library_add_cobjects,sal,\ - sal/osl/unx/mutex \ sal/osl/unx/nlsupport \ sal/osl/unx/pipe \ sal/osl/unx/readwrite_helper \ diff --git a/sal/osl/unx/mutex.c b/sal/osl/unx/mutex.cxx index 62f212f15a93..62f212f15a93 100644 --- a/sal/osl/unx/mutex.c +++ b/sal/osl/unx/mutex.cxx |