Skip to content

Commit

Permalink
os-posix: Drop misleading comment
Browse files Browse the repository at this point in the history
Comments explaining why we include a header tend to go bad.  This
one's almost comical: not only doesn't qemu-options.hx use
MAP_POPULATE anymore (since commit ef36fa1, v2.0.0, 2013), even the
include it applies to got moved away in commit 02d0e09 (v2.7.0).

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Marc-André Lureau <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
Markus Armbruster authored and Michael Tokarev committed Oct 16, 2017
1 parent d6d6d6f commit 429cc0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion os-posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

#include "qemu/osdep.h"
#include <sys/wait.h>
/*needed for MAP_POPULATE before including qemu-options.h */
#include <pwd.h>
#include <grp.h>
#include <libgen.h>
Expand Down

0 comments on commit 429cc0d

Please sign in to comment.