Sign in
third-party-mirror
/
SchedMD
/
slurm
/
e85d88a9e2fe4adf8204c3d31057ba1acd8f9e73
/
.
/
src
/
common
/
malloc.h
blob: bb2046dd363e0428333937f857b21a7bb6fe82df [
file
] [
log
] [
blame
]
/* From the autoconf info document, required for AIX */
#if HAVE_CONFIG_H
# include "config.h"
# if (!HAVE_MALLOC)
# undef malloc
void
*
malloc
();
# undef rpl_malloc
void
*
rpl_malloc
();
# endif
#endif