diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-01 09:14:30 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-01 09:18:13 +0100 |
commit | 4078da3d4ed94e148986b50f4fbaf9cca87fc52c (patch) | |
tree | 35f06af44f2df5adc7bdf5a611d90b89338d0346 /sysdeps | |
parent | 53176cd906c7902dfcbbe2086384433c6c65a12d (diff) | |
download | glibc-4078da3d4ed94e148986b50f4fbaf9cca87fc52c.tar glibc-4078da3d4ed94e148986b50f4fbaf9cca87fc52c.tar.gz glibc-4078da3d4ed94e148986b50f4fbaf9cca87fc52c.tar.bz2 glibc-4078da3d4ed94e148986b50f4fbaf9cca87fc52c.zip |
Fix a compilation error in the Hurd's bits/param.h.
Introduced in the unification in commit
e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/bits/param.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/bits/param.h b/sysdeps/mach/hurd/bits/param.h index d52c1edcb6..2f53f686df 100644 --- a/sysdeps/mach/hurd/bits/param.h +++ b/sysdeps/mach/hurd/bits/param.h @@ -83,5 +83,3 @@ #define FSHIFT 11 /* Bits to right of fixed binary point. */ #define FSCALE (1<<FSHIFT) - -#endif /* sys/param.h */ |