[util] Add a comment to darray test

Linux libc has its own "remove" (POSIX, even).
This commit is contained in:
Bill Currie 2022-06-08 02:00:32 +09:00
parent 2a47a61bc3
commit ed209c3aa4

View file

@ -1,6 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
// because libc has its own remove
#define remove remove_renamed
#include <stdio.h>
#include <string.h>