This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
hongwenjun
/
musl
mirror da
https://git.musl-libc.org/git/musl
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
define appropriate feature test macros to get CBAUD from termios.h
Rich Felker
8 anni fa
parent
cd208b0037
commit
126f58b2f4
2 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
src/termios/cfgetospeed.c
1
0
src/termios/cfsetospeed.c
+ 1
- 0
src/termios/cfgetospeed.c
Vedi File
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <termios.h>
#include <sys/ioctl.h>
+ 1
- 0
src/termios/cfsetospeed.c
Vedi File
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <termios.h>
#include <sys/ioctl.h>
#include <errno.h>