From: Joshua Elsasser Date: Sun, 9 Jun 2013 04:36:48 +0000 (-0700) Subject: Hopefully fix the windows build to grovel time structures correctly. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=inline;h=77641d60a8b001bf3ccc755f3fb9881ee8d4753f;hp=77641d60a8b001bf3ccc755f3fb9881ee8d4753f;p=sbcl.git Hopefully fix the windows build to grovel time structures correctly. It is a little misleading to say "correctly" since struct timespec doesn't really exist on windows. Groveling the definition that we define in our own pthreads wrapper seems the most consistent choice. The grovel-headers.c changes have only been tested in isolation, not with a real build. Thanks to Kyle Isom for testing, any resulting build problems are entirely my fault. ---