summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/estrdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/estrdup.c')
-rw-r--r--source4/heimdal/lib/roken/estrdup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/roken/estrdup.c b/source4/heimdal/lib/roken/estrdup.c
index ab7f26550b..d275a2830b 100644
--- a/source4/heimdal/lib/roken/estrdup.c
+++ b/source4/heimdal/lib/roken/estrdup.c
@@ -42,7 +42,7 @@
* Like strdup but never fails.
*/
-char * ROKEN_LIB_FUNCTION
+ROKEN_LIB_FUNCTION char * ROKEN_LIB_CALL
estrdup (const char *str)
{
char *tmp = strdup (str);