Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use <> for include of kernel-features.h.
  • Loading branch information
Richard Henderson committed Feb 9, 2012
1 parent 57b957e commit af850b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/internal_statvfs.c
Expand Up @@ -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. */
Expand Down

0 comments on commit af850b1

Please sign in to comment.