diff --git a/reference/ffi/ffi/cdef.xml b/reference/ffi/ffi/cdef.xml index 61814ca073..d6652ee817 100644 --- a/reference/ffi/ffi/cdef.xml +++ b/reference/ffi/ffi/cdef.xml @@ -12,7 +12,7 @@ public static FFIFFI::cdef stringcode"" - stringlib&null; + stringlib Creates a new FFI object. @@ -45,6 +45,13 @@ The name of a shared library file, to be loaded and linked with the definitions. + + + If lib is omitted, platforms supporting RTLD_DEFAULT + attempt to lookup symbols declared in code in the normal global + scope. Other systems will fail to resolve these symbols. + +