[io-layer] Extract error (#4279)
authorLudovic Henry <ludovic@xamarin.com>
Sat, 21 Jan 2017 01:15:19 +0000 (20:15 -0500)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2017 01:15:19 +0000 (20:15 -0500)
commit56edb3357c0af9eae94a01dd72c7623bd6322dd8
treef1440fa5205d44fafa98ee7a92ce4580f332c803
parenta69c38055f657ffbe0ac41c2b594c5b420a4699f
[io-layer] Extract error (#4279)

* [file] Remove dead field

* [process] Remove wapi_getpid

* [process] Remove CloseHandle

* [io-layer] Remove dead MONO_TRACE

* [io-layer] Extract error

* [io-layer] Extract wapi.h

* [io-layer] Remove the io-layer
82 files changed:
configure.ac
mono/Makefile.am
mono/dis/Makefile.am
mono/io-layer/.gitignore [deleted file]
mono/io-layer/Makefile.am [deleted file]
mono/io-layer/error.c [deleted file]
mono/io-layer/error.h [deleted file]
mono/io-layer/io-layer-dummy.c [deleted file]
mono/io-layer/io-layer.h [deleted file]
mono/io-layer/wapi-remap.h [deleted file]
mono/io-layer/wapi.c [deleted file]
mono/io-layer/wapi.h [deleted file]
mono/metadata/Makefile.am
mono/metadata/appdomain.c
mono/metadata/assembly.c
mono/metadata/attach.c
mono/metadata/cominterop.c
mono/metadata/console-unix.c
mono/metadata/coree.c
mono/metadata/coree.h
mono/metadata/domain.c
mono/metadata/environment.c
mono/metadata/filewatcher.c
mono/metadata/gc.c
mono/metadata/icall.c
mono/metadata/image.c
mono/metadata/lock-tracer.c
mono/metadata/monitor.c
mono/metadata/mono-perfcounters.c
mono/metadata/mono-security.c
mono/metadata/object.c
mono/metadata/profiler.c
mono/metadata/sre-save.c
mono/metadata/sre.c
mono/metadata/threadpool-io.c
mono/metadata/threadpool-worker-default.c
mono/metadata/threadpool.c
mono/metadata/threads.c
mono/metadata/w32error-unix.c [new file with mode: 0644]
mono/metadata/w32error-win32.c [new file with mode: 0644]
mono/metadata/w32error.h [new file with mode: 0644]
mono/metadata/w32event-unix.c
mono/metadata/w32event-win32.c
mono/metadata/w32event.h
mono/metadata/w32file-unix.c
mono/metadata/w32file-win32.c
mono/metadata/w32file.c
mono/metadata/w32file.h
mono/metadata/w32handle-namespace.c
mono/metadata/w32handle.c
mono/metadata/w32handle.h
mono/metadata/w32mutex-unix.c
mono/metadata/w32process-unix.c
mono/metadata/w32process-win32.c
mono/metadata/w32process.c
mono/metadata/w32process.h
mono/metadata/w32semaphore-unix.c
mono/metadata/w32socket-internals.h
mono/metadata/w32socket-unix.c
mono/metadata/w32socket-win32.c
mono/metadata/w32socket.c
mono/mini/Makefile.am.in
mono/mini/aot-compiler.c
mono/mini/debugger-agent.c
mono/mini/driver.c
mono/mini/mini-darwin.c
mono/mini/mini-posix.c
mono/mini/mini-runtime.c
mono/mini/mini-windows.c
mono/mini/mini.c
mono/unit-tests/Makefile.am
mono/utils/hazard-pointer.c
mono/utils/mono-codeman.c
mono/utils/mono-threads.c
mono/utils/w32api.h [new file with mode: 0644]
msvc/libmonoruntime.vcxproj
msvc/libmonoruntime.vcxproj.filters
msvc/pedump.vcxproj
msvc/pedump.vcxproj.filters
support/supportw.c
tools/monograph/Makefile.am
tools/pedump/Makefile.am