diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-15 15:02:58 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-15 15:02:58 -0400 |
commit | 02a9193863a929b06ccebe394dcf5a30103eb1d3 (patch) | |
tree | ff46d52a6f131fdd3570d69e41a439de16dd0870 /sysdeps | |
parent | 6540185fb9f869958f3b2822224c06292c7b7c07 (diff) | |
download | glibc-02a9193863a929b06ccebe394dcf5a30103eb1d3.tar glibc-02a9193863a929b06ccebe394dcf5a30103eb1d3.tar.gz glibc-02a9193863a929b06ccebe394dcf5a30103eb1d3.tar.bz2 glibc-02a9193863a929b06ccebe394dcf5a30103eb1d3.zip |
Remove duplicate #include <not-cancel.h> in Linux getsysstats.c
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/getsysstats.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/getsysstats.c b/sysdeps/unix/sysv/linux/getsysstats.c index 09603c0273..22285f39f3 100644 --- a/sysdeps/unix/sysv/linux/getsysstats.c +++ b/sysdeps/unix/sysv/linux/getsysstats.c @@ -49,8 +49,6 @@ But not all systems have support for the /proc filesystem. If it is not available we simply return 1 since there is no way. */ -#include <not-cancel.h> - /* Other architectures use different formats for /proc/cpuinfo. This provides a hook for alternative parsers. */ |