aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/ldsodefs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index 29f0054..4a5e698 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -235,17 +235,6 @@ struct libname_list
};
-/* Bit masks for the objects which valid callers can come from to
- functions with restricted interface. */
-enum allowmask
- {
- allow_libc = 1,
- allow_libdl = 2,
- allow_libpthread = 4,
- allow_ldso = 8
- };
-
-
/* DSO sort algorithm to use (check dl-sort-maps.c). */
enum dso_sort_algorithm
{