diff options
author | midipix <writeonce@midipix.org> | 2019-09-07 20:07:55 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-09-07 20:07:55 +0000 |
commit | 2d2bf110c72823b912debe2e70bd22a270db660a (patch) | |
tree | 98938c0f8e3cc4d1258ade01b0d0721c4f03a365 /include | |
parent | c96964f7778ef88704f7e6988cab6c77f6f560a2 (diff) | |
download | mmglue-2d2bf110c72823b912debe2e70bd22a270db660a.tar.bz2 mmglue-2d2bf110c72823b912debe2e70bd22a270db660a.tar.xz |
nt32/nt64: debug.h: whitespace meditation.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/debug.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sys/debug.h b/include/sys/debug.h index 5317649..4f1929f 100644 --- a/include/sys/debug.h +++ b/include/sys/debug.h @@ -152,15 +152,15 @@ int __dbg_spawn(const char *, char **, char **, const struct __strace *); int __dbg_fork(void); int __dbg_kill(int); -/* suspend/resume thread; return previous suspend count (negative for an error) */ -int __dbg_suspend_thread(int, pid_t); -int __dbg_resume_thread(int, pid_t); - /* breakpoint via remote break-in, thread context manipulation, or lpc message */ int __dbg_rbreak(int); int __dbg_tbreak(int); int __dbg_lbreak(int); +/* suspend/resume thread; return previous suspend count (negative for an error) */ +int __dbg_suspend_thread(int, pid_t); +int __dbg_resume_thread(int, pid_t); + /** * query one (or all) pending debug event(s) for the given debug * file descriptor: |