summaryrefslogtreecommitdiff
path: root/elf/dl-open.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-18 22:16:45 +0000
committerRoland McGrath <roland@gnu.org>2002-10-18 22:16:45 +0000
commit45fba3dfbb78d8545b1350c19c1d4d5ebb62c588 (patch)
treea7c89c77b4b474d409c98feec4ae2749b4621786 /elf/dl-open.c
parent0cfeb093c1fc4314607eace54c947f7e7a0e8145 (diff)
* sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
(inline_syscall_clobbers, inline_syscall0, inline_syscall1) (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5) (inline_syscall6): Move these macros ... * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here. * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r--elf/dl-open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c
index 5540055168..08efe6958d 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -514,7 +514,7 @@ _dl_open (const char *file, int mode, const void *caller)
#ifdef USE_TLS
/* Maybe some of the modules which were loaded uses TLS.
- Since it will be removed in the folowing _dl_close call
+ Since it will be removed in the following _dl_close call
we have to mark the dtv array as having gaps to fill
the holes. This is a pessimistic assumption which won't
hurt if not true. */