A few changes needed for compilation with ZDS-II

This commit is contained in:
Gregory Nutt
2013-11-28 15:57:41 -06:00
parent a2117320e3
commit 05d50e6379
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -122,6 +122,6 @@ void posix_spawnattr_dump(posix_spawnattr_t *attr)
#ifndef CONFIG_DISABLE_SIGNALS
dbg(" sigmask: %08x\n", attr->sigmask);
#endif
};
}
#endif /* CONFIG_DEBUG */