This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
hongwenjun
/
musl
дзеркало
https://git.musl-libc.org/git/musl
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Wiki
Переглянути джерело
define appropriate feature test macros to get CBAUD from termios.h
Rich Felker
8 роки тому
батько
cd208b0037
коміт
126f58b2f4
2 змінених файлів
з
2 додано
та
0 видалено
Розділений вигляд
Показати статистику Diff
1
0
src/termios/cfgetospeed.c
1
0
src/termios/cfsetospeed.c
+ 1
- 0
src/termios/cfgetospeed.c
Переглянути файл
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <termios.h>
#include <sys/ioctl.h>
+ 1
- 0
src/termios/cfsetospeed.c
Переглянути файл
@@ -1,3 +1,4 @@
+#define _BSD_SOURCE
#include <termios.h>
#include <sys/ioctl.h>
#include <errno.h>