]> 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 9996e7c73bf0882dc15c904aeb9b5dc1b32e1593..6b7ecf19d4a2e8ef91c0d0c2ad65b9a7215cdb1f 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -32,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 )