From: Ulrich Drepper Date: Tue, 24 Dec 2002 23:20:54 +0000 (+0000) Subject: Add missing #endif. X-Git-Tag: cvs/glibc-2_3_2~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f61deff8be9e50669d398d4562b79d516d58720;p=thirdparty%2Fglibc.git Add missing #endif. --- diff --git a/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h b/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h index d22db81eb60..0eb5f32ac33 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 */