From 0c35efe8167a8144daca8325366be5a7ae9ef8a7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Sep 1996 20:54:05 +0000 Subject: dummy function added to satisfy ANSI --- cpukit/libcsupport/src/unixlibc.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/libcsupport/src/unixlibc.c') diff --git a/cpukit/libcsupport/src/unixlibc.c b/cpukit/libcsupport/src/unixlibc.c index 2acd4fba8e..2f1e725b6a 100644 --- a/cpukit/libcsupport/src/unixlibc.c +++ b/cpukit/libcsupport/src/unixlibc.c @@ -8,4 +8,14 @@ void libc_init(int reentrant) { } +#else + +/* remove ANSI errors. + * A program must contain at least one external-declaration + * (X3.159-1989 p.82,L3). + */ +void unixlibc_dummy_function( void ) +{ +} + #endif -- cgit v1.2.3