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
fc1c44d1
Kaydet (Commit)
fc1c44d1
authored
Kas 21, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
only build custom gethostbyname for OSX & IOS
üst
44122737
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
system.c
sal/osl/unx/system.c
+2
-2
No files found.
sal/osl/unx/system.c
Dosyayı görüntüle @
fc1c44d1
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
static
pthread_mutex_t
getrtl_mutex
=
PTHREAD_MUTEX_INITIALIZER
;
static
pthread_mutex_t
getrtl_mutex
=
PTHREAD_MUTEX_INITIALIZER
;
/* struct passwd differs on some platforms */
/* struct passwd differs on some platforms */
#if
!defined(FREEBSD) || (__FreeBSD_version < 601103
)
#if
defined(MACOSX) || defined(IOS
)
extern
int
h_errno
;
extern
int
h_errno
;
...
@@ -124,7 +124,7 @@ struct hostent *gethostbyname_r(const char *name, struct hostent *result,
...
@@ -124,7 +124,7 @@ struct hostent *gethostbyname_r(const char *name, struct hostent *result,
return
res
;
return
res
;
}
}
#endif
/
* !defined(FREEBSD) || (__FreeBSD_version < 601103) */
#endif /
/ OSX || IOS
#if defined(MACOSX)
#if defined(MACOSX)
/*
/*
...
...
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