diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:33:56 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:33:56 +0000 |
| commit | fdea456ad833fbab0d3a296a58250950f11a498c (patch) | |
| tree | 3db481072633e348326ee97c01d69518ed66b145 /source/Plugins/Process/Linux/NativeProcessLinux.h | |
| parent | 4befb1f96d641a958548654b2c3b674f0ce8404c (diff) | |
Notes
Diffstat (limited to 'source/Plugins/Process/Linux/NativeProcessLinux.h')
| -rw-r--r-- | source/Plugins/Process/Linux/NativeProcessLinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Process/Linux/NativeProcessLinux.h b/source/Plugins/Process/Linux/NativeProcessLinux.h index 98fc88baab6e..aa6fe4412068 100644 --- a/source/Plugins/Process/Linux/NativeProcessLinux.h +++ b/source/Plugins/Process/Linux/NativeProcessLinux.h @@ -153,7 +153,7 @@ private: static void *MonitorThread(void *baton); - void MonitorCallback(lldb::pid_t pid, bool exited, int signal, int status); + void MonitorCallback(lldb::pid_t pid, bool exited, WaitStatus status); void WaitForNewThread(::pid_t tid); |
