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