Commit a714a9e6 authored by Jeff Dike's avatar Jeff Dike

Changed some CONFIG_* names to UML_CONFIG_* names.

parent 30088b54
......@@ -37,7 +37,7 @@
#include "uml-config.h"
#include "choose-mode.h"
#include "mode.h"
#ifdef CONFIG_MODE_SKAS
#ifdef UML_CONFIG_MODE_SKAS
#include "skas_ptrace.h"
#include "skas.h"
#endif
......@@ -251,7 +251,7 @@ void forward_pending_sigio(int target)
int can_do_skas(void)
{
#ifdef CONFIG_MODE_SKAS
#ifdef UML_CONFIG_MODE_SKAS
struct ptrace_faultinfo fi;
void *stack;
int pid, n, ret = 1;
......
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