diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-02-08 22:32:37 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-02-08 22:32:37 +0000 |
commit | 0bac9ce531431289734ffc3609ad6aa7a3e89039 (patch) | |
tree | 01cf1edaadfae9da25981fb9bedcd0a4b8aceed1 /elf | |
parent | d585b66fa4d11059948f466c9080a6826932358d (diff) |
Updated to fedora-glibc-20050208T2213cvs/fedora-glibc-2_3_4-7
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-load.c | 2 |
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; |