Use <> for include of kernel-features.h.

This commit is contained in:
Richard Henderson 2012-02-09 11:21:47 -08:00
parent 57b957eb04
commit af850b1c97
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
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.
2012-02-08 Marek Polacek <polacek@redhat.com>

View file

@ -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. */