Files
renderdoc/renderdoc/os
baldurk a1d0b72e79 Fix select() calls - nfds must be the highest fd value plus 1
* This was copy-pasted from windows where unfortunately the nfds
  argument is ignored and we could get away with just passing 0 (which
  I suspect is where the broken code came from originally - a windows
  example code that passed 0)
2016-08-24 15:53:53 +02:00
..