]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/rename.c
Kludge to avoid unistd.h redefinition warnings.
[pdclib] / platform / example / functions / _PDCLIB / rename.c
index 90b2290fd60126fff8bbad4dff77f656c9c5e4ce..6b7ecf19d4a2e8ef91c0d0c2ad65b9a7215cdb1f 100644 (file)
@@ -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 )