]> Git Repo - qemu.git/commit
Revert "syscall.c: Fix build with older linux-headers"
authorMichal Privoznik <[email protected]>
Fri, 19 Aug 2016 08:06:39 +0000 (10:06 +0200)
committerPeter Maydell <[email protected]>
Fri, 19 Aug 2016 08:47:51 +0000 (09:47 +0100)
commitaee5f8f98ecadf05cce20c47e8d88cfae69b1790
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 <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-id: 40d61349e445c1ad5fef795da704bf7ed6e19c86.1471593869[email protected]
Signed-off-by: Peter Maydell <[email protected]>
linux-user/syscall.c
This page took 0.025824 seconds and 4 git commands to generate.