diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/getsysstats.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 2deaec7d75..2812f8efa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-15 Chris Metcalf <cmetcalf@tilera.com> + + * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate + include of <not-cancel.h>. + 2012-05-15 Roland McGrath <roland@hack.frob.com> * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting. 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. */ |