* include/sys/strace.h (strace): Avoid use of constructor.

This commit is contained in:
Christopher Faylor
2002-06-10 19:58:21 +00:00
parent fe4283af7a
commit b01cbd5de2
4 changed files with 6 additions and 3 deletions

View File

@ -44,7 +44,6 @@ public:
int lmicrosec;
int execing;
int inited;
strace() : version(1) {}
void hello ();
void prntf (unsigned, const char *func, const char *, ...) /*__attribute__ ((regparm(3)))*/;
void vprntf (unsigned, const char *func, const char *, va_list ap) /*__attribute__ ((regparm(3)))*/;