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
42502c84
Kaydet (Commit)
42502c84
authored
Ara 07, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
|| -> &&
üst
6c335f57
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 @
42502c84
...
@@ -201,11 +201,11 @@ int macxp_resolveAlias(char *path, int buflen)
...
@@ -201,11 +201,11 @@ int macxp_resolveAlias(char *path, int buflen)
#endif
/* NO_PTHREAD_RTL */
#endif
/* NO_PTHREAD_RTL */
#if defined(LINUX) && defined (__GLIBC__) && __GLIBC__ == 2
||
__GLIBC_MINOR__ < 4
#if defined(LINUX) && defined (__GLIBC__) && __GLIBC__ == 2
&&
__GLIBC_MINOR__ < 4
/* The linux kernel 2.4 getpid implemention always return the pid of the
/* The linux kernel 2.4 getpid implemention always return the pid of the
thread subprocess and not of the main process, the NPTL implementation
thread subprocess and not of the main process, the NPTL implementation
with a Linux kernel 2.6 kernel return the pid. So when possibly
with a Linux kernel 2.6 kernel return the pid. So when possibly
the
ir
is the wrong implementation of getpid, we save the pid at startup.
the
re
is the wrong implementation of getpid, we save the pid at startup.
FIXME: when our Linux base-line is above:
FIXME: when our Linux base-line is above:
+ Linux kernel version 2.6 or higher; -> clone() for NTPL
+ Linux kernel version 2.6 or higher; -> clone() for NTPL
+ glibc2 version 2.4 or higher; -> No longer LinuxThreads, only NPTL
+ glibc2 version 2.4 or higher; -> No longer LinuxThreads, only NPTL
...
...
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