diff --git a/src/header/sys_socket/constants.rs b/src/header/sys_socket/constants.rs
index cbec0095f916705aaa7397e9606156bcce46a771..a41ce5550f6d8edfdc8822cde0c5e4249b6e34f6 100644
--- a/src/header/sys_socket/constants.rs
+++ b/src/header/sys_socket/constants.rs
@@ -14,7 +14,7 @@ pub const SOL_SOCKET: c_int = 1;
 pub const SO_DEBUG: c_int = 1;
 pub const SO_REUSEADDR: c_int = 2;
 pub const SO_TYPE: c_int = 3;
-pub const SO_ERROR: c_int = 4;
+//pub const SO_ERROR: c_int = 4;
 pub const SO_DONTROUTE: c_int = 5;
 pub const SO_BROADCAST: c_int = 6;
 pub const SO_SNDBUF: c_int = 7;