summaryrefslogtreecommitdiffstats
path: root/polyp/poll.c
Commit message (Collapse)AuthorAgeFilesLines
* Add some required headers.Pierre Ossman2006-01-101-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@437 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Condense winsock includes and defines into one header.Pierre Ossman2006-01-091-10/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@428 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Port to Windows. This is mostly glue layers for the poor POSIX supportPierre Ossman2006-01-051-0/+24
| | | | | | | | | | | | | on Windows. A few notes * Only sockets behave somewhat like file descriptors in UNIX. * There are no fixed paths. Closes thing is environment variables that point to system directories. We also figure out where the binary/dll is located and use that as configuration directory. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@418 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Emulate poll() through select() where needed.Pierre Ossman2006-01-051-0/+173
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@397 fefdeb5f-60dc-0310-8127-8f9354f1896f