]> sourceware.org Git - glibc.git/commitdiff
Fix a compilation error in the Hurd's bits/param.h.
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 1 Nov 2012 08:14:30 +0000 (09:14 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 1 Nov 2012 08:18:13 +0000 (09:18 +0100)
Introduced in the unification in commit
e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.

ChangeLog
sysdeps/mach/hurd/bits/param.h

index c1fbbe2121ae5f33b8ebfbefa149650c7dfddd3c..b205a578769d2da508d73c4613cce92e1fa8ce0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
+
 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
        * sysdeps/unix/sysv/linux/bits/param.h: New file.
        * sysdeps/unix/sysv/linux/sys/param.h: File removed.
        * sysdeps/mach/hurd/bits/param.h: New file.
-       * sysdeps/mach/hurd/sys/param.h: New file.
+       * sysdeps/mach/hurd/sys/param.h: File removed.
 
        * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
        last change.
index d52c1edcb6f2bf954989dd0d6bef70f1904add18..2f53f686df06ce37f06385fa74777755ea6866de 100644 (file)
@@ -83,5 +83,3 @@
 
 #define        FSHIFT  11              /* Bits to right of fixed binary point.  */
 #define FSCALE (1<<FSHIFT)
-
-#endif  /* sys/param.h */
This page took 0.108463 seconds and 5 git commands to generate.