X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Frename.c;h=6b7ecf19d4a2e8ef91c0d0c2ad65b9a7215cdb1f;hb=e814d98512182702c60ba26236b14774e8ee88cc;hp=90b2290fd60126fff8bbad4dff77f656c9c5e4ce;hpb=44f187c58d850b12d4fc1ecdb8bfedbeadb29244;p=pdclib.old diff --git a/platform/example/functions/_PDCLIB/rename.c b/platform/example/functions/_PDCLIB/rename.c index 90b2290..6b7ecf1 100644 --- a/platform/example/functions/_PDCLIB/rename.c +++ b/platform/example/functions/_PDCLIB/rename.c @@ -30,6 +30,8 @@ int _PDCLIB_rename( const char * old, const char * new ) #endif #ifdef TEST +/* TODO: Work around the following undef */ +#undef SEEK_SET #include <_PDCLIB_test.h> int main( void )