X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Frename.c;fp=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Frename.c;h=6b7ecf19d4a2e8ef91c0d0c2ad65b9a7215cdb1f;hb=05c4ae55c5ed3a2a4e877a723e58e7ffc92110d4;hp=90b2290fd60126fff8bbad4dff77f656c9c5e4ce;hpb=fe6a06a63364475c1a8cb2152b8e4074209271e2;p=pdclib 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 )