summaryrefslogtreecommitdiff
path: root/src/arch-s390x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-s390x.c')
-rw-r--r--src/arch-s390x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch-s390x.c b/src/arch-s390x.c
index fcfd5e5..8f2d42b 100644
--- a/src/arch-s390x.c
+++ b/src/arch-s390x.c
@@ -34,7 +34,7 @@ const struct arch_def arch_def_s390x = {
* no related syscall, or __NR_SCMP_ERROR otherwise.
*
*/
-int _s390x_sock_demux(int socketcall)
+static int _s390x_sock_demux(int socketcall)
{
switch (socketcall) {
case -101:
@@ -110,7 +110,7 @@ int _s390x_sock_demux(int socketcall)
* there is no related pseudo syscall, or __NR_SCMP_ERROR otherwise.
*
*/
-int _s390x_sock_mux(int syscall)
+static int _s390x_sock_mux(int syscall)
{
switch (syscall) {
case 337: