Commit 7c961a7b authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Cyrill Gorcunov

include/types.h cleanup: remove *_FILENO

These defines are already provided by unistd.h, and the only user
is log.c which already includes unistd.h.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent e999e9fa
......@@ -7,10 +7,6 @@
#include "bitops.h"
#include "atomic.h"
#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2
/* prctl */
#define ARCH_SET_GS 0x1001
#define ARCH_SET_FS 0x1002
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment