mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-23 15:16:30 +02:00
remove unnecessary UNUSED marker
This commit is contained in:
parent
72dba6765f
commit
11cd76ecc9
1 changed files with 1 additions and 1 deletions
|
@ -1857,7 +1857,7 @@ EXPORT struct mallinfo2 h_mallinfo2(void) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __ANDROID__
|
#ifndef __ANDROID__
|
||||||
EXPORT int h_malloc_info(int options, UNUSED FILE *fp) {
|
EXPORT int h_malloc_info(int options, FILE *fp) {
|
||||||
if (options) {
|
if (options) {
|
||||||
errno = EINVAL;
|
errno = EINVAL;
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue