|
@@ -1,6 +1,5 @@
|
|
/* User functions for run-time dynamic loading.
|
|
/* User functions for run-time dynamic loading.
|
|
- Copyright (C) 1995-1999,2000,2001,2003,2004,2006
|
|
+ Copyright (C) 1995-2001,2003,2004,2006,2009 Free Software Foundation, Inc.
|
|
- Free Software Foundation, Inc.
|
|
|
|
This file is part of the GNU C Library.
|
|
This file is part of the GNU C Library.
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
@@ -52,6 +51,7 @@ typedef long int Lmid_t;
|
|
# endif
|
|
# endif
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+
|
|
__BEGIN_DECLS
|
|
__BEGIN_DECLS
|
|
|
|
|
|
/* Open the shared object FILE and map it in; return a handle that can be
|
|
/* Open the shared object FILE and map it in; return a handle that can be
|
|
@@ -166,7 +166,7 @@ enum
|
|
segment, or if the calling thread has not allocated a block for it. */
|
|
segment, or if the calling thread has not allocated a block for it. */
|
|
RTLD_DI_TLS_DATA = 10,
|
|
RTLD_DI_TLS_DATA = 10,
|
|
|
|
|
|
- RTLD_DI_MAX = 10,
|
|
+ RTLD_DI_MAX = 10
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -186,12 +186,6 @@ typedef struct
|
|
unsigned int dls_cnt; /* Number of elements in `dls_serpath'. */
|
|
unsigned int dls_cnt; /* Number of elements in `dls_serpath'. */
|
|
Dl_serpath dls_serpath[1]; /* Actually longer, dls_cnt elements. */
|
|
Dl_serpath dls_serpath[1]; /* Actually longer, dls_cnt elements. */
|
|
} Dl_serinfo;
|
|
} Dl_serinfo;
|
|
-
|
|
|
|
-#else
|
|
|
|
-
|
|
|
|
-/* Get information about the shared objects currently loaded */
|
|
|
|
-extern int dlinfo (void);
|
|
|
|
-
|
|
|
|
#endif
|
|
#endif
|
|
#endif /* __USE_GNU */
|
|
#endif /* __USE_GNU */
|
|
|
|
|