Provide a type for the argument.

Approved by:	kib (mentor)
This commit is contained in:
Roman Divacky 2009-02-02 21:51:52 +00:00
parent 8de7d5083c
commit b1e58dd43e

View File

@ -122,7 +122,7 @@ __utrap_write(const char *str)
}
void
__utrap_kill_self(sig)
__utrap_kill_self(int sig)
{
int berrno;