mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-21 15:43:30 +08:00
Remove explicit declarations of xmalloc and xrealloc,
Instead, include "xalloc.h".
This commit is contained in:
parent
b150c16ebc
commit
13d08934ba
@ -50,8 +50,7 @@
|
||||
|
||||
#include "readtokens.h"
|
||||
#include "unlocked-io.h"
|
||||
void *xmalloc ();
|
||||
void *xrealloc ();
|
||||
#include "xalloc.h"
|
||||
|
||||
#define STREQ(a,b) ((a) == (b) || ((a) && (b) && *(a) == *(b) \
|
||||
&& strcmp(a, b) == 0))
|
||||
|
Loading…
Reference in New Issue
Block a user