lib: fixes for warnings that clang has for libraries.

This commit is contained in:
Ben Gras
2010-07-06 12:08:22 +00:00
parent f6f814cb02
commit 68db8ed0b9
36 changed files with 65 additions and 45 deletions
+2
View File
@@ -166,6 +166,7 @@ PUBLIC void _exit(int status)
{
/* Make exit() an alias for sef_exit() for system services. */
sef_exit(status);
panic("sef_exit failed");
}
/*===========================================================================*
@@ -175,6 +176,7 @@ PUBLIC void __exit(int status)
{
/* Make exit() an alias for sef_exit() for system services. */
sef_exit(status);
panic("sef_exit failed");
}
/*===========================================================================*