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 compile failure: legacy cuserid needs to define feature test
Rich Felker
14 yıl önce
ebeveyn
571312de5f
işleme
bad481266e
1 değiştirilmiş dosya
ile
1 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
1
0
src/misc/cuserid.c
+ 1
- 0
src/misc/cuserid.c
Dosyayı Görüntüle
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <pwd.h>
#include <stdio.h>
#include <unistd.h>