summaryrefslogtreecommitdiff
path: root/elf/dl-load.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-02-08 22:32:37 +0000
committerJakub Jelinek <jakub@redhat.com>2005-02-08 22:32:37 +0000
commit0bac9ce531431289734ffc3609ad6aa7a3e89039 (patch)
tree01cf1edaadfae9da25981fb9bedcd0a4b8aceed1 /elf/dl-load.c
parentd585b66fa4d11059948f466c9080a6826932358d (diff)
Updated to fedora-glibc-20050208T2213cvs/fedora-glibc-2_3_4-7
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r--elf/dl-load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c
index f307dada2e..088b2224e2 100644
--- a/elf/dl-load.c
+++ b/elf/dl-load.c
@@ -1084,7 +1084,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp,
}
# ifdef SHARED
- if (l->l_prev == NULL || (mode && __RTLD_AUDIT) != 0)
+ if (l->l_prev == NULL || (mode & __RTLD_AUDIT) != 0)
/* We are loading the executable itself when the dynamic linker
was executed directly. The setup will happen later. */
break;