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
define appropriate feature test macros to get CBAUD from termios.h
Rich Felker
8 yıl önce
ebeveyn
cd208b0037
işleme
126f58b2f4
2 değiştirilmiş dosya
ile
2 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
1
0
src/termios/cfgetospeed.c
1
0
src/termios/cfsetospeed.c
+ 1
- 0
src/termios/cfgetospeed.c
Dosyayı Görüntüle
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <termios.h>
#include <sys/ioctl.h>
+ 1
- 0
src/termios/cfsetospeed.c
Dosyayı Görüntüle
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <termios.h>
#include <sys/ioctl.h>
#include <errno.h>