Make clang happy.

llvm-svn: 118839
This commit is contained in:
Johnny Chen 2010-11-11 21:22:12 +00:00
parent a56a2e1fc5
commit cdab9f1933
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#include <sys/signal.h>
#include <stdio.h>
#include <unistd.h>
void handler_usr1 (int i)
{
@ -10,7 +12,7 @@ void handler_alrm (int i)
puts ("got signal ALRM");
}
main ()
int main ()
{
int i = 0;