mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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.
This commit is contained in:
parent
5a5b7fdd83
commit
937ef9c494
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31441
@ -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 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -183,15 +183,6 @@ struct ld_entry {
|
||||
void *(*dlsym3) __P((void *, const char *, void *)); /* HAS_DLSYM3 */
|
||||
};
|
||||
|
||||
/*
|
||||
* 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.
|
||||
|
@ -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 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -183,15 +183,6 @@ struct ld_entry {
|
||||
void *(*dlsym3) __P((void *, const char *, void *)); /* HAS_DLSYM3 */
|
||||
};
|
||||
|
||||
/*
|
||||
* 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.
|
||||
|
@ -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 $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -183,15 +183,6 @@ struct ld_entry {
|
||||
void *(*dlsym3) __P((void *, const char *, void *)); /* HAS_DLSYM3 */
|
||||
};
|
||||
|
||||
/*
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user