]> code.citadel.org Git - citadel.git/commit - webcit/context_loop.c
* Replaced sleep() with a function that sleeps using select() in order to
authorArt Cancro <ajc@citadel.org>
Fri, 7 Feb 2003 04:44:17 +0000 (04:44 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Feb 2003 04:44:17 +0000 (04:44 +0000)
commit4bd448484aadd9e7f37d4ed4ec84cd47d26affb2
treedd7ee74a1193cf46ce32b48c7174cabbcb105478
parentc60e32a9ad070e5a80df1e82606ab80e0b69a60b
* Replaced sleep() with a function that sleeps using select() in order to
  avoid potential issues with SIGALRM.  Possible fix for weird behavior
  when running on a Macintosh.
webcit/ChangeLog
webcit/context_loop.c
webcit/tools.c
webcit/webcit.h
webcit/webserver.c