summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/emalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/emalloc.c')
-rw-r--r--source4/heimdal/lib/roken/emalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/emalloc.c b/source4/heimdal/lib/roken/emalloc.c
index c937e6d707..2520230a35 100644
--- a/source4/heimdal/lib/roken/emalloc.c
+++ b/source4/heimdal/lib/roken/emalloc.c
@@ -42,7 +42,7 @@
* Like malloc but never fails.
*/
-void * ROKEN_LIB_FUNCTION
+ROKEN_LIB_FUNCTION void * ROKEN_LIB_CALL
emalloc (size_t sz)
{
void *tmp = malloc (sz);