Restructure of mono.sln and build properties to better fix static/dynamic library...
[mono.git] / support / time.c
index ccd1af09ba96ec7a594818224fa73004d59ffe9b..05ceb4ccca8993499f36a83a9ef80c81c7b187a5 100644 (file)
@@ -22,7 +22,7 @@ int
 Mono_Posix_Syscall_nanosleep (struct Mono_Posix_Timespec *req,
                struct Mono_Posix_Timespec *rem)
 {
-       struct timespec _req, _rem, *prem;
+       struct timespec _req, _rem, *prem = NULL;
        int r;
 
        if (req == NULL) {