]> granicus.if.org Git - python/commit
Use fcntl() to put the audio device *back* into blocking mode after
authorGreg Ward <gward@python.net>
Fri, 4 Apr 2003 01:47:42 +0000 (01:47 +0000)
committerGreg Ward <gward@python.net>
Fri, 4 Apr 2003 01:47:42 +0000 (01:47 +0000)
commit76ffb1918d31bac2b88f1a63e453802248a5dfc0
tree0b3901ab44e4e20f231efaaf10b761070eab9cce
parent059b094e29df9727de18d229149a1495baccca46
Use fcntl() to put the audio device *back* into blocking mode after
opening it in non-blocking mode.  Both Guido and David Hammerton have
reported that this fixes their problems with ossaudiodev -- hooray!
Modules/ossaudiodev.c