summaryrefslogtreecommitdiffstats
path: root/runtime/transport/relayfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/transport/relayfs.h')
-rw-r--r--runtime/transport/relayfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/transport/relayfs.h b/runtime/transport/relayfs.h
index c47f4b98..c33e9b08 100644
--- a/runtime/transport/relayfs.h
+++ b/runtime/transport/relayfs.h
@@ -16,11 +16,11 @@
# include <linux/namei.h>
-struct rchan *_stp_relayfs_open(unsigned n_subbufs,
+static struct rchan *_stp_relayfs_open(unsigned n_subbufs,
unsigned subbuf_size,
int pid,
struct dentry **outdir);
-void _stp_relayfs_close(struct rchan *chan, struct dentry *dir);
+static void _stp_relayfs_close(struct rchan *chan, struct dentry *dir);
#endif /* _TRANSPORT_RELAYFS_H_ */