This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
hongwenjun
/
musl
şunun yansıması
https://git.musl-libc.org/git/musl
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
fix dummied-out fdatasync
Rich Felker
12 yıl önce
ebeveyn
914949d321
işleme
ca1773d864
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
src/unistd/fdatasync.c
+ 1
- 1
src/unistd/fdatasync.c
Dosyayı Görüntüle
@@ -3,5 +3,5 @@
int fdatasync(int fd)
{
- return
0
;
+ return
syscall(SYS_fdatasync, fd)
;
}