# HG changeset patch # User jlarmour # Date 1036475795 0 # Node ID 74f0dcfdc16633b8c685a410eab13b21de37b336 # Parent 7f858e6dff42a44c92e5404f54d4f95523660ad0 * tests/tm_basic.cxx: Use for diag_printf prototype. diff --git a/packages/compat/posix/current/ChangeLog b/packages/compat/posix/current/ChangeLog --- a/packages/compat/posix/current/ChangeLog +++ b/packages/compat/posix/current/ChangeLog @@ -1,3 +1,8 @@ +2002-11-05 Jonathan Larmour + + * tests/tm_basic.cxx: Use for diag_printf + prototype. + 2002-05-23 Jesper Skov * cdl/posix.cdl: Don't build tests using signals when posix diff --git a/packages/compat/posix/current/tests/tm_basic.cxx b/packages/compat/posix/current/tests/tm_basic.cxx --- a/packages/compat/posix/current/tests/tm_basic.cxx +++ b/packages/compat/posix/current/tests/tm_basic.cxx @@ -9,6 +9,7 @@ // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2002 Jonathan Larmour // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -49,6 +50,7 @@ #include +#include #include #include #ifdef CYGPKG_KERNEL @@ -207,8 +209,6 @@ extern bool measure_clock_latency; //========================================================================== -externC void diag_printf(const char *, ...); - void run_sched_tests(void); void run_thread_tests(void); void run_thread_switch_test(void);