]> 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 403fcda875ec7cb83c889b2438e292a5e88389ba..970db6add911607e9a430d3d5a87cc1a5c31807d 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -35,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 )