summaryrefslogtreecommitdiff
path: root/otherlibs/unix/cst2constr.h
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-05-25 12:18:02 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2022-06-13 16:17:08 +0100
commitb6f739cdbb3a4a62cb960c5d0c0b3b81ea7f2713 (patch)
treef31003af365b3d894caafc6bca3f556377622abd /otherlibs/unix/cst2constr.h
parent67a4d75cfafa040099cdd322e23464362359af29 (diff)
downloadocaml-b6f739cdbb3a4a62cb960c5d0c0b3b81ea7f2713.tar.gz
Prefix all unix_ symbols caml_unix_
Diffstat (limited to 'otherlibs/unix/cst2constr.h')
-rw-r--r--otherlibs/unix/cst2constr.h2
1 files changed, 1 insertions, 1 deletions
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);