diff options
author | Guido van Rossum <guido@python.org> | 1992-06-29 17:10:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-06-29 17:10:40 (GMT) |
commit | dd9ed839d6958f737045306488995a1097df93b8 (patch) | |
tree | c17ea3a907fc10c12e126e6b15501ef9442b0471 /Modules/cstubs | |
parent | 8e7a0f026e8398c7e36e24fad4d3cbc1ef990c64 (diff) | |
download | cpython-dd9ed839d6958f737045306488995a1097df93b8.zip cpython-dd9ed839d6958f737045306488995a1097df93b8.tar.gz cpython-dd9ed839d6958f737045306488995a1097df93b8.tar.bz2 |
Added qgetfd() to cstubs for GL.
Added new module dbm (interface to ndbm).
Diffstat (limited to 'Modules/cstubs')
-rw-r--r-- | Modules/cstubs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/cstubs b/Modules/cstubs index 87864c6..89ac69d 100644 --- a/Modules/cstubs +++ b/Modules/cstubs @@ -1264,3 +1264,7 @@ void v4d double s[4] # Why isn't this here? # void pixmode long s long s +# +# New in IRIX 4.0 +# +long qgetfd |