missing: drop TIOCVHANGUP

This is defined before linux-3.11. Also, its value depnends on
architecture. So, it is not good to define in this form.
This commit is contained in:
Yu Watanabe 2018-12-06 06:46:33 +01:00
parent c8a363eb15
commit 5ee668d2d1
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@
#include <stdlib.h>
#include <sys/syscall.h>
#ifndef TIOCVHANGUP
#define TIOCVHANGUP 0x5437
#endif
#ifndef GRND_NONBLOCK
#define GRND_NONBLOCK 0x0001
#endif