Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
df451d6a
Kaydet (Commit)
df451d6a
authored
Kas 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
pipe.c -> pipe.cxx
Change-Id: I0c9659379e6120c0bf01b6436d3127b83ad01af1
üst
b64c90c1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
staticsalhack_c.c
jurt/source/pipe/staticsalhack_c.c
+0
-1
staticsalhack_cxx.cxx
jurt/source/pipe/staticsalhack_cxx.cxx
+1
-0
Library_sal.mk
sal/Library_sal.mk
+1
-1
pipe.cxx
sal/osl/unx/pipe.cxx
+3
-3
No files found.
jurt/source/pipe/staticsalhack_c.c
Dosyayı görüntüle @
df451d6a
...
...
@@ -9,7 +9,6 @@
#include <staticsalhack.h>
#include <sal/osl/unx/pipe.c>
#include <sal/osl/unx/readwrite_helper.c>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
jurt/source/pipe/staticsalhack_cxx.cxx
Dosyayı görüntüle @
df451d6a
...
...
@@ -30,6 +30,7 @@
#include <sal/osl/unx/module.cxx>
#include <sal/osl/unx/mutex.cxx>
#include <sal/osl/unx/nlsupport.cxx>
#include <sal/osl/unx/pipe.cxx>
#include <sal/osl/unx/process.cxx>
#include <sal/osl/unx/process_impl.cxx>
#include <sal/osl/unx/profile.cxx>
...
...
sal/Library_sal.mk
Dosyayı görüntüle @
df451d6a
...
...
@@ -163,6 +163,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/module \
sal/osl/unx/mutex \
sal/osl/unx/nlsupport \
sal/osl/unx/pipe \
sal/osl/unx/process \
sal/osl/unx/process_impl \
sal/osl/unx/profile \
...
...
@@ -172,7 +173,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/pipe \
sal/osl/unx/readwrite_helper \
sal/osl/unx/socket \
sal/osl/unx/system \
...
...
sal/osl/unx/pipe.c
→
sal/osl/unx/pipe.c
xx
Dosyayı görüntüle @
df451d6a
...
...
@@ -137,10 +137,10 @@ oslPipe SAL_CALL osl_createPipe(rtl_uString *ustrPipeName, oslPipeOptions Option
}
static
sal_B
ool
static
b
ool
cpyBootstrapSocketPath
(
sal_Char
*
name
,
size_t
len
)
{
sal_Bool
bRet
=
sal_F
alse
;
bool
bRet
=
f
alse
;
rtl_uString
*
pName
=
0
,
*
pValue
=
0
;
rtl_uString_newFromAscii
(
&
pName
,
"OSL_SOCKET_PATH"
);
...
...
@@ -180,7 +180,7 @@ oslPipe SAL_CALL osl_psz_createPipe(const sal_Char *pszPipeName, oslPipeOptions
sal_Char
name
[
PATH_MAX
+
1
];
size_t
nNameLength
=
0
;
int
bNameTooLong
=
0
;
bool
bNameTooLong
=
false
;
oslPipe
pPipe
;
if
(
access
(
PIPEDEFAULTPATH
,
R_OK
|
W_OK
)
==
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment