]> git.sesse.net Git - vlc/blobdiff - include/vlc_fixups.h
Remove getcwd() replacement
[vlc] / include / vlc_fixups.h
index c69457829bd2abb81ad35de9c5124c044b4f5e39..a223384b8d4555aab2d0d6bda1620f488ea87eb0 100644 (file)
@@ -50,8 +50,7 @@ typedef struct
 
 #if !defined (HAVE_STRLCPY) || \
     !defined (HAVE_STRNDUP) || \
-    !defined (HAVE_STRNLEN) || \
-    !defined (HAVE_GETCWD)
+    !defined (HAVE_STRNLEN)
 # include <stddef.h> /* size_t */
 #endif
 
@@ -173,10 +172,6 @@ struct tm *localtime_r (const time_t *, struct tm *);
 #endif
 
 /* unistd.h */
-#ifndef HAVE_GETCWD
-char *getcwd (char *buf, size_t size);
-#endif
-
 #ifndef HAVE_GETPID
 pid_t getpid (void);
 #endif