Loading src/common/fakepoll.c +5 −7 Original line number Diff line number Diff line /* * fakepoll.c * * On systems where 'poll' doesn't exist, fake it with 'select'. * * Nick Mathewson <nickm@freehaven.net> */ /* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */ /* See LICENSE for licensing information */ /* $Id$ */ /* On systems where 'poll' doesn't exist, fake it with 'select'. */ #include "orconfig.h" #include "fakepoll.h" Loading src/common/fakepoll.h +6 −10 Original line number Diff line number Diff line /* * fakepoll.h * * On systems where 'poll' doesn't exist, fake it with 'select'. * * Nick Mathewson <nickm@freehaven.net> */ /* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */ /* See LICENSE for licensing information */ /* $Id$ */ #ifndef __FAKEPOLL_H #define __FAKEPOLL_H Loading Loading
src/common/fakepoll.c +5 −7 Original line number Diff line number Diff line /* * fakepoll.c * * On systems where 'poll' doesn't exist, fake it with 'select'. * * Nick Mathewson <nickm@freehaven.net> */ /* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */ /* See LICENSE for licensing information */ /* $Id$ */ /* On systems where 'poll' doesn't exist, fake it with 'select'. */ #include "orconfig.h" #include "fakepoll.h" Loading
src/common/fakepoll.h +6 −10 Original line number Diff line number Diff line /* * fakepoll.h * * On systems where 'poll' doesn't exist, fake it with 'select'. * * Nick Mathewson <nickm@freehaven.net> */ /* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */ /* See LICENSE for licensing information */ /* $Id$ */ #ifndef __FAKEPOLL_H #define __FAKEPOLL_H Loading