diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-24 23:20:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-24 23:20:54 +0000 |
commit | 2f61deff8be9e50669d398d4562b79d516d58720 (patch) | |
tree | 433561bb82d92374a3d3b711266199d99bac1be8 | |
parent | c823a4d21b76fbc6cf86503d23e3cd55384644ce (diff) | |
download | glibc-2f61deff8be9e50669d398d4562b79d516d58720.tar glibc-2f61deff8be9e50669d398d4562b79d516d58720.tar.gz glibc-2f61deff8be9e50669d398d4562b79d516d58720.tar.bz2 glibc-2f61deff8be9e50669d398d4562b79d516d58720.zip |
Add missing #endif.
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h | 2 |
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 */ |