summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/strace.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-12-10 16:25:35 +0000
committerChristopher Faylor <me@cgf.cx>2004-12-10 16:25:35 +0000
commit804cd111b4c058feb8edbe2ba64a987642c84844 (patch)
tree779541b5b19a09500a191c794c2b7e85205197dd /winsup/cygwin/include/sys/strace.h
parente83a0e652791c8b73cfe8db8d83331ea27ddc7d2 (diff)
downloadcygnal-804cd111b4c058feb8edbe2ba64a987642c84844.tar.gz
cygnal-804cd111b4c058feb8edbe2ba64a987642c84844.tar.bz2
cygnal-804cd111b4c058feb8edbe2ba64a987642c84844.zip
* include/sys/strace.h: Don't output paranoid_printf by default.
Diffstat (limited to 'winsup/cygwin/include/sys/strace.h')
-rw-r--r--winsup/cygwin/include/sys/strace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/strace.h b/winsup/cygwin/include/sys/strace.h
index 7d69b8401..859e1b2f8 100644
--- a/winsup/cygwin/include/sys/strace.h
+++ b/winsup/cygwin/include/sys/strace.h
@@ -117,7 +117,7 @@ void strace_printf (unsigned, const char *func, const char *, ...);
#define define_strace1(c, ...) define_strace0 ((_STRACE_ ## c | _STRACE_NOTALL), __VA_ARGS__)
#define debug_printf(...) define_strace (DEBUG, __VA_ARGS__)
-#define paranoid_printf(...) define_strace (PARANOID, __VA_ARGS__)
+#define paranoid_printf(...) define_strace1 (PARANOID, __VA_ARGS__)
#define select_printf(...) define_strace (SELECT, __VA_ARGS__)
#define sigproc_printf(...) define_strace (SIGP, __VA_ARGS__)
#define syscall_printf(...) define_strace (SYSCALL, __VA_ARGS__)