]> Git Repo - qemu.git/blobdiff - linux-user/strace.c
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2018-11-12-tag' into staging
[qemu.git] / linux-user / strace.c
index 33f4a506a21fd0399a95796a8f846c3039349608..d1d14945f9dc2c6e80e24d6ab0b8e0dc69280d97 100644 (file)
@@ -1742,6 +1742,9 @@ print_optint:
         case TARGET_SO_REUSEADDR:
             gemu_log("SO_REUSEADDR,");
             goto print_optint;
+        case TARGET_SO_REUSEPORT:
+            gemu_log("SO_REUSEPORT,");
+            goto print_optint;
         case TARGET_SO_TYPE:
             gemu_log("SO_TYPE,");
             goto print_optint;
This page took 0.023089 seconds and 4 git commands to generate.