466
|
1 <refentry id="munlink">
|
|
2 <refnamediv>
|
468
|
3 <refname>Munlink</refname>
|
|
4 <refpurpose>unlink a module</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
468
|
9 <funcsynopsisinfo>
|
|
10 #include <module.h>
|
|
11 </funcsynopsisinfo>
|
466
|
12 <funcprototype>
|
|
13 <funcdef><function>munlink</function></funcdef>
|
571
|
14 <paramdef>mod_exec *<parameter>mod</parameter></paramdef>
|
466
|
15 </funcprototype>
|
|
16 </funcsynopsis>
|
|
17
|
|
18 </refsynopsisdiv>
|
|
19
|
542
|
20 <refsect1><title>Assembler Equivalent</title>
|
|
21 <para>
|
|
22 os9 F$UNLINK
|
|
23 </para>
|
|
24 </refsect1>
|
|
25
|
466
|
26 <refsect1><title>Description</title>
|
|
27 <para>
|
569
|
28 This call informs the system that the module pointed to by
|
|
29 "mod" is no longer required by the current process. Its link
|
|
30 count is decremented, and the module is removed from the module
|
|
31 directory if the link count reaches zero.
|
466
|
32 </para>
|
|
33 </refsect1>
|
542
|
34
|
|
35 <refsect1><title>See Also</title>
|
|
36 <para>
|
|
37 <link linkend="modload">modlink(), modload()</link>
|
|
38 </para>
|
|
39 </refsect1>
|
|
40
|
466
|
41 </refentry>
|