mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
Fix a compilation error in the Hurd's bits/param.h.
Introduced in the unification in commit
e66a42f57f
.
This commit is contained in:
parent
53176cd906
commit
4078da3d4e
@ -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):
|
||||
@ -2518,7 +2522,7 @@
|
||||
* 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.
|
||||
|
@ -83,5 +83,3 @@
|
||||
|
||||
#define FSHIFT 11 /* Bits to right of fixed binary point. */
|
||||
#define FSCALE (1<<FSHIFT)
|
||||
|
||||
#endif /* sys/param.h */
|
||||
|
Loading…
Reference in New Issue
Block a user