]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/remove.c
Kludge to avoid unistd.h redefinition warnings.
[pdclib] / platform / example / functions / _PDCLIB / remove.c
index 33963062670202324394ee79637988653a96dc27..970db6add911607e9a430d3d5a87cc1a5c31807d 100644 (file)
@@ -33,6 +33,8 @@ int _PDCLIB_remove( const char * filename )
 #endif
 
 #ifdef TEST
+/* TODO: Work around the following undef */
+#undef SEEK_SET
 #include <_PDCLIB_test.h>
 
 int main( void )