os module: oops! other GNU extensions were in use; reenable these
authorTim Horton <hortont424@gmail.com>
Thu, 31 Dec 2009 10:44:51 +0000 (05:44 -0500)
committerTim Horton <hortont424@gmail.com>
Thu, 31 Dec 2009 10:44:51 +0000 (05:44 -0500)
modules/os/seed-os.c

index ad2dfc1..9b32718 100644 (file)
@@ -17,6 +17,8 @@
  * Copyright (C) Robert Carr 2009 <carrr@rpi.edu>
  */
 
+#define _GNU_SOURCE
+
 #include "../../config.h"
 
 #include <unistd.h>