X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2F_Exit.c;fp=platform%2Fexample%2Ffunctions%2F_PDCLIB%2F_Exit.c;h=e90dfc6ee7bce4e9272cddaffc5bc6479eddb1e1;hb=05c4ae55c5ed3a2a4e877a723e58e7ffc92110d4;hp=14bc18321efff3ee4d5caf868663f37687c90ba5;hpb=fe6a06a63364475c1a8cb2152b8e4074209271e2;p=pdclib diff --git a/platform/example/functions/_PDCLIB/_Exit.c b/platform/example/functions/_PDCLIB/_Exit.c index 14bc183..e90dfc6 100644 --- a/platform/example/functions/_PDCLIB/_Exit.c +++ b/platform/example/functions/_PDCLIB/_Exit.c @@ -24,6 +24,8 @@ void _PDCLIB_Exit( int status ) #endif #ifdef TEST +/* TODO: Work around the following undef */ +#undef SEEK_SET #include <_PDCLIB_test.h> int main( void )