summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-05-31 20:04:32 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-05-31 20:04:32 +0000
commit65fe248d6652cb990fbe407cbdddfbade52aec1a (patch)
tree174041a4c1cad35b0f5af34b227d6b1dd87c2f3a /sysdeps/common
parent5c479c9a4530a3b6a0b0dbe29ad02d87a3586df5 (diff)
downloadlibgtop-65fe248d6652cb990fbe407cbdddfbade52aec1a.tar.gz
Got rid of G_GNUC_INTERNAL.
svn path=/trunk/; revision=2600
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/fsusage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/common/fsusage.c b/sysdeps/common/fsusage.c
index 15fdf78a..1936da87 100644
--- a/sysdeps/common/fsusage.c
+++ b/sysdeps/common/fsusage.c
@@ -129,7 +129,7 @@ static const unsigned long _glibtop_sysdeps_fsusage =
void
_glibtop_linux_get_fsusage_read_write(glibtop *server,
glibtop_fsusage *buf,
- const char *path) G_GNUC_INTERNAL;
+ const char *path);
static inline void
_glibtop_get_fsusage_read_write(glibtop *server,
@@ -141,7 +141,7 @@ _glibtop_get_fsusage_read_write(glibtop *server,
#elif defined(__FreeBSD__)
-void G_GNUC_INTERNAL
+void
_glibtop_freebsd_get_fsusage_read_write(glibtop *server,
glibtop_fsusage *buf,
const char *path);