Commit 18bf392b authored by Bang Jun-Young's avatar Bang Jun-Young Committed by Alexandre Julliard

Added support for NetBSD.

parent b08af2f0
...@@ -311,7 +311,7 @@ static void set_thread_context( struct thread *thread, unsigned int flags, CONTE ...@@ -311,7 +311,7 @@ static void set_thread_context( struct thread *thread, unsigned int flags, CONTE
file_set_error(); file_set_error();
} }
#elif defined(__FreeBSD__) || defined(__OpenBSD__) #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
#include <machine/reg.h> #include <machine/reg.h>
/* retrieve a thread context */ /* retrieve a thread context */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment