Skip to content

Commit 32f8d87

Browse files
committed
Fix missing folly::init() link error
1 parent 3bb5f12 commit 32f8d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glean/github/Glean/Init.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import TestRunner
3535
import Mangle.TH
3636

3737
$(mangle
38-
"void folly::init(int*, char***, bool)"
38+
"void folly::unsafe_unscoped_init(int*, char***, bool)"
3939
[d|
4040
foreign import ccall unsafe
4141
c_follyInit

0 commit comments

Comments
 (0)