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
b7de76d8
Kaydet (Commit)
b7de76d8
authored
Haz 26, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mac OS X does provide localtime_r and gmtime_r
Change-Id: I1142463972df76aac9e491abbfd08a67cf4db1f1
üst
f899ce3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
system.h
sal/osl/unx/system.h
+2
-0
No files found.
sal/osl/unx/system.h
Dosyayı görüntüle @
b7de76d8
...
...
@@ -402,8 +402,10 @@ struct passwd *getpwent_r(struct passwd *pwd, char *buffer, int buflen);
extern
struct
spwd
*
getspnam_r
(
const
char
*
name
,
struct
spwd
*
result
,
char
*
buffer
,
int
buflen
);
#if !defined MACOSX
struct
tm
*
localtime_r
(
const
time_t
*
timep
,
struct
tm
*
buffer
);
struct
tm
*
gmtime_r
(
const
time_t
*
timep
,
struct
tm
*
buffer
);
#endif
#endif
/* !defined FREEBSD || (__FreeBSD_version < 500112) */
#if !defined(FREEBSD) || (__FreeBSD_version < 601103)
struct
hostent
*
gethostbyname_r
(
const
char
*
name
,
struct
hostent
*
result
,
...
...
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