/* $OpenBSD: ld.h,v 1.3 2001/01/30 02:39:04 brad Exp $ */ /* * Header file to make code compatible with ELF version * ldconfig was taken from the a.out ld. */ #include extern int n_search_dirs; extern char **search_dirs; char *xstrdup __P((char *)); void *xmalloc __P((size_t)); void *xrealloc __P((void *, size_t)); char *concat __P((const char *, const char *, const char *)); #define PAGSIZ __LDPGSZ