remove extra puts definitions (#731)

LGTM, thanks.
This commit is contained in:
Schrodinger ZHU Yifan
2025-01-16 18:31:31 +08:00
committed by GitHub
parent 0fbc325a0a
commit 229c6d04fe
2 changed files with 1 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
# include <linux/futex.h>
# endif
extern "C" int puts(const char* str);
# include <stdio.h>
namespace snmalloc
{

View File

@@ -23,8 +23,6 @@
# include <sys/random.h>
#endif
extern "C" int puts(const char* str);
namespace snmalloc
{
/**