We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbd4f5 commit 85b5ba6Copy full SHA for 85b5ba6
examples/libdl/libdl.c
@@ -63,6 +63,9 @@ dlclose(void *handle)
63
*
64
* a real unloading is difficult without garbage collector
65
* as linked modules can have circular dependencies via funcrefs.
66
- * probably should mark the object "unloaded" at least?
+ *
67
+ * probably we can mark the objects "unloaded" at least
68
+ * so that they will be ignored for subsequent symbol lookup
69
+ * attempts.
70
*/
71
}
0 commit comments