Use same definition for xalloc_fail_func as is really used.
This commit is contained in:
parent
3fca2cad48
commit
bbd0025ae3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ extern int xalloc_exit_failure;
|
||||||
extern char *const xalloc_msg_memory_exhausted;
|
extern char *const xalloc_msg_memory_exhausted;
|
||||||
|
|
||||||
/* FIXME: describe */
|
/* FIXME: describe */
|
||||||
extern void (*xalloc_fail_func) ();
|
extern void (*xalloc_fail_func) (int);
|
||||||
|
|
||||||
void *xmalloc PARAMS ((size_t n)) __attribute__ ((__malloc__));
|
void *xmalloc PARAMS ((size_t n)) __attribute__ ((__malloc__));
|
||||||
void *xmalloc_and_zero PARAMS ((size_t n)) __attribute__ ((__malloc__));
|
void *xmalloc_and_zero PARAMS ((size_t n)) __attribute__ ((__malloc__));
|
||||||
|
|
Loading…
Reference in a new issue