Revert "syscall.c: Fix build with older linux-headers"
commitaee5f8f98ecadf05cce20c47e8d88cfae69b1790
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 19 Aug 2016 08:06:39 +0000 (19 10:06 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Aug 2016 08:47:51 +0000 (19 09:47 +0100)
tree53ad1153794a2c2ec8022bd88561a5e5546b727f
parent02b1ad881cbb1795029737a9077db60267dc0c6f
Revert "syscall.c: Fix build with older linux-headers"

The fix I've made there was wrong. I mean, basically what I did
there was equivalent to:

  #if 0
  some code;
  #endif

This reverts commit 9c37146782e7850877d452da47dc451ba73aa62d.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-id: 40d61349e445c1ad5fef795da704bf7ed6e19c86.1471593869.git.mprivozn@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/syscall.c