about summary refs log tree commit diff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-24 23:20:54 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-24 23:20:54 +0000
commit2f61deff8be9e50669d398d4562b79d516d58720 (patch)
tree433561bb82d92374a3d3b711266199d99bac1be8 /nptl/sysdeps
parentc823a4d21b76fbc6cf86503d23e3cd55384644ce (diff)
downloadglibc-2f61deff8be9e50669d398d4562b79d516d58720.tar.gz
glibc-2f61deff8be9e50669d398d4562b79d516d58720.tar.xz
glibc-2f61deff8be9e50669d398d4562b79d516d58720.zip
Add missing #endif.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h b/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
index d22db81eb6..0eb5f32ac3 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
+++ b/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
@@ -41,3 +41,5 @@
    of weak definitions in ld.so.  See rtld.c.  */
 
 #define RTLD_CORRECT_DYNAMIC_WEAK	1
+
+#endif	/* dl-sysdep.h */