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 行削除
分割表示
差分情報を表示
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>