Statistics
| Branch: | Revision:

root / util / envlist.c @ feature-archipelago

History | View | Annotate | Download (5.3 kB)

# Date Author Comment
7b2d9779 02/02/2013 10:13 pm Stefan Weil

util: Fix compilation of envlist.c for MinGW

MinGW has no strtok_r, so we need a declaration in sysemu/os-win32.h.
We must also fix the include statements in util/envlist.c to include
that file.

We currently don't need an implementation of strtok_r because the...

baacf047 01/12/2013 07:42 pm Paolo Bonzini

build: move libqemuutil.a components to util/

Signed-off-by: Paolo Bonzini <>