From b6f739cdbb3a4a62cb960c5d0c0b3b81ea7f2713 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Wed, 25 May 2022 12:18:02 +0100 Subject: Prefix all unix_ symbols caml_unix_ --- otherlibs/unix/cst2constr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otherlibs/unix/cst2constr.h') diff --git a/otherlibs/unix/cst2constr.h b/otherlibs/unix/cst2constr.h index 47b4b239e3..075b6d4d2a 100644 --- a/otherlibs/unix/cst2constr.h +++ b/otherlibs/unix/cst2constr.h @@ -13,4 +13,4 @@ /* */ /**************************************************************************/ -extern value unix_cst_to_constr(int n, int * tbl, int size, int deflt); +extern value caml_unix_cst_to_constr(int n, int * tbl, int size, int deflt); -- cgit v1.2.1