mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
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:
parent
c8a363eb15
commit
5ee668d2d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user