mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Use <> for include of kernel-features.h.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2012-02-09 Richard Henderson <rth@twiddle.net>
|
2012-02-09 Richard Henderson <rth@twiddle.net>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
|
||||||
|
of kernel-features.h.
|
||||||
|
|
||||||
* elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
|
* elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
|
||||||
|
|
||||||
2012-02-08 Marek Polacek <polacek@redhat.com>
|
2012-02-08 Marek Polacek <polacek@redhat.com>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
#include <sys/statvfs.h>
|
#include <sys/statvfs.h>
|
||||||
#include "linux_fsinfo.h"
|
#include "linux_fsinfo.h"
|
||||||
#include "kernel-features.h"
|
#include <kernel-features.h>
|
||||||
|
|
||||||
|
|
||||||
/* Special internal-only bit value. */
|
/* Special internal-only bit value. */
|
||||||
|
Reference in New Issue
Block a user