From a5982555b94dcbf05c711c3d0775dd9ccb32686d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Tue, 15 Feb 2005 09:51:12 +0000 Subject: [PATCH] Fixed G_GNUC attribute usage. * fsusage.c: Fixed G_GNUC attribute usage. --- sysdeps/linux/ChangeLog | 4 ++++ sysdeps/linux/fsusage.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sysdeps/linux/ChangeLog b/sysdeps/linux/ChangeLog index 29a12377..3f860ace 100644 --- a/sysdeps/linux/ChangeLog +++ b/sysdeps/linux/ChangeLog @@ -1,3 +1,7 @@ +2005-02-15 Benoît Dejean + + * fsusage.c: Fixed G_GNUC attribute usage. + 2005-01-22 Benoît Dejean * procopenfiles.c: (parse_file), (get_all), (inet_socket_parser), diff --git a/sysdeps/linux/fsusage.c b/sysdeps/linux/fsusage.c index 1be17cf8..10920c3b 100644 --- a/sysdeps/linux/fsusage.c +++ b/sysdeps/linux/fsusage.c @@ -15,10 +15,9 @@ #include void -G_GNUC_INTERNAL _glibtop_linux_get_fsusage_read_write(glibtop *server, glibtop_fsusage *buf, - const char *path); + const char *path) G_GNUC_INTERNAL; /* * Linux 2.6.x