X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdlib%2Fsystem.c;h=fb3c40685da55e10c0d832efe6d1228f3f6c99ad;hb=18af9d0a4cd252433e0cbd5daf4640e325c9d0ab;hp=306226d9153bef91952944e18aabd3902544c2d3;hpb=12e17136786afb1775c9dc946cbe41f5e230c24a;p=pdclib.old diff --git a/platform/example/functions/stdlib/system.c b/platform/example/functions/stdlib/system.c index 306226d..fb3c406 100644 --- a/platform/example/functions/stdlib/system.c +++ b/platform/example/functions/stdlib/system.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* system( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -35,6 +33,8 @@ int system( const char * string ) } #ifdef TEST +/* TODO: Work around the following undef */ +#undef SEEK_SET #include <_PDCLIB_test.h> #define SHELLCOMMAND "echo 'SUCCESS testing system()'"