diff options
author | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 15:28:04 (GMT) |
---|---|---|
committer | Peter Schneider-Kamp <nowonder@nowonder.de> | 2000-07-31 15:28:04 (GMT) |
commit | 7e018909862a3fe6c571bbb7143f4ffb18ae834c (patch) | |
tree | ed39d496c16b58895a2620f43061bc9013c1deca /Include/myselect.h | |
parent | 885082ca67d679a0d95218cb38babbcb10b92c3f (diff) | |
download | cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.zip cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.gz cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.bz2 |
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Include/myselect.h')
-rw-r--r-- | Include/myselect.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/myselect.h b/Include/myselect.h index 6696251..53e924d 100644 --- a/Include/myselect.h +++ b/Include/myselect.h @@ -14,6 +14,11 @@ See the file "Misc/COPYRIGHT" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ******************************************************************/ +/*************************************** +THIS FILE IS OBSOLETE +USE "pyport.h" INSTEAD +***************************************/ + /* Include file for users of select() */ /* NB caller must include <sys/types.h> */ |