rexec: hide unnecessary symbols

parent 56155ad0
......@@ -3,6 +3,8 @@
#ifndef __LXC_REXEC_H
#define __LXC_REXEC_H
extern int lxc_rexec(const char *memfd_name);
#include "compiler.h"
__hidden extern int lxc_rexec(const char *memfd_name);
#endif /* __LXC_REXEC_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment