summaryrefslogtreecommitdiff
path: root/src/termios/CLOCAL.c
blob: 00718f4f606ce35ca42d6feb8d9590af9f37de15 (plain)
1
2
3
4
5
#include <termios.h>
#define CLOCAL                                                            (1<<7)
/*
POSIX(1)
*/