summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/ld.h
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1996-01-13 00:14:53 +0000
committerjdp <jdp@FreeBSD.org>1996-01-13 00:14:53 +0000
commit41258e18430154b46256126d760b163c30d5de17 (patch)
treecc49982fa57eb34510cc00c3a519cd0c9021ec37 /gnu/usr.bin/ld/ld.h
parent2fa19e7d6dd3e3f4dcc2e5bcdd72936ad4f45f99 (diff)
downloadFreeBSD-src-41258e18430154b46256126d760b163c30d5de17.zip
FreeBSD-src-41258e18430154b46256126d760b163c30d5de17.tar.gz
Split up the code so that a single directory can be searched, to
support some changes in the dynamic linker. (This code is shared by the dynamic linker.) Reviewed by: nate@freebsd.org
Diffstat (limited to 'gnu/usr.bin/ld/ld.h')
-rw-r--r--gnu/usr.bin/ld/ld.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h
index 82f88e8..468dbff 100644
--- a/gnu/usr.bin/ld/ld.h
+++ b/gnu/usr.bin/ld/ld.h
@@ -1,5 +1,5 @@
/*
- * $Id: ld.h,v 1.13 1995/03/04 17:46:07 nate Exp $
+ * $Id: ld.h,v 1.14 1995/05/30 05:01:45 rgrimes Exp $
*/
/*-
* This code is derived from software copyrighted by the Free Software
@@ -643,6 +643,7 @@ int findlib __P((struct file_entry *));
/* In shlib.c: */
char *findshlib __P((char *, int *, int *, int));
+char *search_lib_dir __P((char *, char *, int *, int *, int));
void add_search_dir __P((char *));
void add_search_path __P((char *));
void std_search_path __P((void));
OpenPOWER on IntegriCloud