diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-11-28 19:05:11 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-11-28 19:05:11 +0000 |
| commit | 937ef9c4949018742dec93936c33e744c63b735e (patch) | |
| tree | f2d33b37c2a48d636b899eb9632387d329a5c177 | |
| parent | 5a5b7fdd83259dbe39f37bec958cac061d2d53c3 (diff) | |
Notes
| -rw-r--r-- | include/link.h | 11 | ||||
| -rw-r--r-- | sys/sys/link_aout.h | 11 | ||||
| -rw-r--r-- | sys/sys/link_elf.h | 11 |
3 files changed, 3 insertions, 30 deletions
diff --git a/include/link.h b/include/link.h index 19c43a4dc36bd..870e13d4d8fa9 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 diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h index 19c43a4dc36bd..870e13d4d8fa9 100644 --- a/sys/sys/link_aout.h +++ b/sys/sys/link_aout.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 diff --git a/sys/sys/link_elf.h b/sys/sys/link_elf.h index 19c43a4dc36bd..870e13d4d8fa9 100644 --- a/sys/sys/link_elf.h +++ b/sys/sys/link_elf.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 |
