commit | ac184b21425a0681c51ef152f0567168b575da49 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Sep 26 14:20:22 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 26 14:20:22 2012 -0700 |
tree | 08d0842acb148aa0ec9c01a455cefb28240b8fe6 | |
parent | 8e630dacf61307e4681f04fc6b5ee593f30d91d0 [diff] [blame] |
Fix several compiler warnings. Change-Id: I55caa50a5937442734f4fcbdb4edf1c70f335bf8
diff --git a/libc/upstream-netbsd/extern.h b/libc/upstream-netbsd/extern.h index 942e237..616becd 100644 --- a/libc/upstream-netbsd/extern.h +++ b/libc/upstream-netbsd/extern.h
@@ -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