Fix several compiler warnings.

Change-Id: I55caa50a5937442734f4fcbdb4edf1c70f335bf8
This commit is contained in:
Elliott Hughes
2012-09-26 14:20:22 -07:00
parent 8e630dacf6
commit ac184b2142
3 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,12 @@
#ifndef _BIONIC_NETBSD_EXTERN_H_included
#define _BIONIC_NETBSD_EXTERN_H_included
// Placeholder.
#include <sys/cdefs.h>
__BEGIN_DECLS
const char* __strsignal(int, char*, size_t);
__END_DECLS
#endif