diff --git a/sys/sys/auxv.h b/sys/sys/auxv.h index 7c95d5f83aa8..d389bac49623 100644 --- a/sys/sys/auxv.h +++ b/sys/sys/auxv.h @@ -32,6 +32,8 @@ #include #include +__BEGIN_DECLS int elf_aux_info(int aux, void *buf, int buflen); +__END_DECLS #endif /* !_SYS_AUXV_H_ */