remove unnecessary UNUSED marker

This commit is contained in:
Daniel Micay 2022-09-16 01:03:47 -04:00
parent 72dba6765f
commit 2250130c53
1 changed files with 1 additions and 1 deletions

View File

@ -1857,7 +1857,7 @@ EXPORT struct mallinfo2 h_mallinfo2(void) {
#endif
#ifndef __ANDROID__
EXPORT int h_malloc_info(int options, UNUSED FILE *fp) {
EXPORT int h_malloc_info(int options, FILE *fp) {
if (options) {
errno = EINVAL;
return -1;