diff options
author | Charles-François Natali <neologix@free.fr> | 2011-05-29 18:07:40 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-05-29 18:07:40 (GMT) |
commit | daafdd5bea1edb0fa980727cf8c52bfe7928d6b8 (patch) | |
tree | 9a508518d3a596ce11436bff47ada935011c177b /pyconfig.h.in | |
parent | 04a90b4611d3a20ac593860d7f4156a14723e84a (diff) | |
download | cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.zip cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.tar.gz cpython-daafdd5bea1edb0fa980727cf8c52bfe7928d6b8.tar.bz2 |
Issue #12196: Add pipe2() to the os module.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 95d71c9..6c45460 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -560,7 +560,7 @@ /* Define to 1 if you have the `pause' function. */ #undef HAVE_PAUSE -/* Define if the OS supports pipe2() */ +/* Define to 1 if you have the `pipe2' function. */ #undef HAVE_PIPE2 /* Define to 1 if you have the `plock' function. */ |