summaryrefslogtreecommitdiffstats
path: root/include/link.h
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-11-28 19:05:11 +0000
committerjdp <jdp@FreeBSD.org>1997-11-28 19:05:11 +0000
commit944609b233daf2f62a50389113df6b7e452b9430 (patch)
tree09187e454c2f80fe0f9dfe5222a10bc189ad19eb /include/link.h
parent1fbed7c94f7ef04df27dd580d1363e00e069f381 (diff)
downloadFreeBSD-src-944609b233daf2f62a50389113df6b7e452b9430.zip
FreeBSD-src-944609b233daf2f62a50389113df6b7e452b9430.tar.gz
Remove the prototypes for dlopen and related functions. They don't
belong here. The standard place for them is <dlfcn.h>, and there is already another copy of the prototypes there.
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/link.h b/include/link.h
index 19c43a4..870e13d 100644
--- a/include/link.h
+++ b/include/link.h
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: link.h,v 1.14 1997/08/02 04:56:43 jdp Exp $
+ * $Id: link.h,v 1.15 1997/11/22 03:34:39 brian Exp $
*/
/*
@@ -184,15 +184,6 @@ struct ld_entry {
};
/*
- * dl*() prototypes.
- */
-extern void *dlopen __P((const char *, int));
-extern int dlclose __P((void *));
-extern void *dlsym __P((void *, const char *));
-extern const char *dlerror __P((void));
-
-
-/*
* This is the structure pointed at by the __DYNAMIC symbol if an
* executable requires the attention of the run-time link editor.
* __DYNAMIC is given the value zero if no run-time linking needs to
OpenPOWER on IntegriCloud