Add missing #endif.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Dec 2002 23:20:54 +0000 (23:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Dec 2002 23:20:54 +0000 (23:20 +0000)
nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h

index d22db81..0eb5f32 100644 (file)
@@ -41,3 +41,5 @@
    of weak definitions in ld.so.  See rtld.c.  */
 
 #define RTLD_CORRECT_DYNAMIC_WEAK      1
+
+#endif /* dl-sysdep.h */