mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-15 04:20:28 +08:00
Use <> for include of kernel-features.h.
(cherry-picked from commit af850b1c97
)
This commit is contained in:
parent
13ccceff48
commit
3088c58cbb
@ -81,6 +81,11 @@
|
||||
[BZ #11494]
|
||||
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
|
||||
|
||||
2012-02-09 Richard Henderson <rth@twiddle.net>
|
||||
|
||||
* sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
|
||||
of kernel-features.h.
|
||||
|
||||
2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
|
||||
|
2
NEWS
2
NEWS
@ -9,7 +9,7 @@ Version 2.15.1
|
||||
|
||||
* The following bugs are resolved with this release:
|
||||
|
||||
411, 2547, 2548, 11365, 11494, 13731, 13732, 13733, 13747, 13748
|
||||
411, 2547, 2548, 11365, 11494, 13731, 13732, 13733, 13747, 13748, 13749
|
||||
|
||||
Version 2.15
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <sys/statfs.h>
|
||||
#include <sys/statvfs.h>
|
||||
#include "linux_fsinfo.h"
|
||||
#include "kernel-features.h"
|
||||
#include <kernel-features.h>
|
||||
|
||||
|
||||
/* Special internal-only bit value. */
|
||||
|
Loading…
Reference in New Issue
Block a user