mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user