mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.
(_STRACE_OFF): Remove semicolon from definition.
This commit is contained in:
parent
f3810c7281
commit
7e7a719a8e
@ -1,3 +1,8 @@
|
|||||||
|
2005-09-22 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.
|
||||||
|
(_STRACE_OFF): Remove semicolon from definition.
|
||||||
|
|
||||||
2005-09-22 Corinna Vinschen <corinna@vinschen.de>
|
2005-09-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
|
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
|
||||||
|
@ -79,8 +79,8 @@ extern strace strace;
|
|||||||
#define _STRACE_THREAD 0x40000 // thread-locking calls
|
#define _STRACE_THREAD 0x40000 // thread-locking calls
|
||||||
#define _STRACE_NOTALL 0x80000 // don't include if _STRACE_ALL
|
#define _STRACE_NOTALL 0x80000 // don't include if _STRACE_ALL
|
||||||
#if defined (DEBUGGING)
|
#if defined (DEBUGGING)
|
||||||
# define _STRACE_ON strace.active = 1;
|
# define _STRACE_ON strace.active = 1
|
||||||
# define _STRACE_OFF strace.active = 0;
|
# define _STRACE_OFF strace.active = 0
|
||||||
#else
|
#else
|
||||||
# define _STRACE_ON
|
# define _STRACE_ON
|
||||||
# define _STRACE_OFF
|
# define _STRACE_OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user