summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-04-26 15:05:31 (GMT)
committerJesus Cea <jcea@jcea.es>2012-04-26 15:05:31 (GMT)
commit990eff0776a948b4a45b1c2750552c0c6864b5c7 (patch)
tree76e8958258e5d8eea71c5659119825f6547dc253 /Modules/posixmodule.c
parent2b47f0a23ffcb0cd86dc9eacf379fbd329b895c7 (diff)
downloadcpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.zip
cpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.tar.gz
cpython-990eff0776a948b4a45b1c2750552c0c6864b5c7.tar.bz2
Backing out 86dc014cdd74. Not ready yet
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r--Modules/posixmodule.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 8254f81..92a6277 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -11227,13 +11227,6 @@ all_ins(PyObject *d)
#endif
-#ifdef SEEK_HOLE
- if (ins(d, "SEEK_HOLE", (long)SEEK_HOLE)) return -1;
-#endif
-#ifdef SEEK_DATA
- if (ins(d, "SEEK_DATA", (long)SEEK_DATA)) return -1;
-#endif
-
/* MS Windows */
#ifdef O_NOINHERIT
/* Don't inherit in child processes. */