[git commit ldso-future 1/1] ldso: remove special dlfcn.h

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=88bee84d879a64b31fd734beba03f143bb59cb7a
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/ldso-future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 ldso/include/dlfcn.h |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)
 delete mode 100644 ldso/include/dlfcn.h

diff --git a/ldso/include/dlfcn.h b/ldso/include/dlfcn.h
deleted file mode 100644
index 03afd34..0000000
--- a/ldso/include/dlfcn.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* vi: set sw=4 ts=4: */
-/*
- * Copyright (C) 2000-2005 by Erik Andersen <andersen at codepoet.org>
- *
- * GNU Lesser General Public License version 2.1 or later.
- */
-
-/* User functions for run-time dynamic loading.  libdl version */
-#ifndef	_DLFCN_H
-#define	_DLFCN_H 1
-
-#include <features.h>
-#include <bits/dlfcn.h>
-
-#define RTLD_NEXT	((void *) -1l)
-#define RTLD_DEFAULT	((void *) 0)
-
-/* Structure containing information about object searched using
-   `dladdr'.  */
-typedef struct
-{
-	__const char *dli_fname;  /* File name of defining object.  */
-	void *dli_fbase;          /* Load address of that object.  */
-	__const char *dli_sname;  /* Name of nearest symbol.  */
-	void *dli_saddr;          /* Exact value of nearest symbol.  */
-} Dl_info;
-
-#endif	/* _DLFCN_H */
-- 
1.7.3.4



More information about the uClibc-cvs mailing list