diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-14 21:52:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-14 21:52:57 +0000 |
commit | 4564918515272927ca7d0e2b586330c2b8af3c34 (patch) | |
tree | 2578fdaddb3d0fd11f7a054d49779e353d21a1e1 /nptl/sysdeps/unix/sysv/linux/i386 | |
parent | 702ae3290950210594c9e8f13793aaa05c1ab109 (diff) | |
download | glibc-4564918515272927ca7d0e2b586330c2b8af3c34.tar glibc-4564918515272927ca7d0e2b586330c2b8af3c34.tar.gz glibc-4564918515272927ca7d0e2b586330c2b8af3c34.tar.bz2 glibc-4564918515272927ca7d0e2b586330c2b8af3c34.zip |
Fix typo.cvs/fedora-glibc-20080314T2159
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/i386')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h b/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h index ecad3ec3fd..50902a52a6 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h +++ b/nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h @@ -69,5 +69,5 @@ extern void _dl_sysinfo_int80 (void) attribute_hidden; extern int _dl_discover_osversion (void) attribute_hidden; # define HAVE_DL_DISCOVER_OSVERSION 1 #endif -n + #endif /* dl-sysdep.h */ |