Mail Archives: djgpp-workers/2000/08/31/04:00:39
Prototype for __solve_dir_symlinks() is missing, as result
src/libc/ansi/stdio/rename.c doesn't build (with warnings treated
as errors)
Andris
*** include/libc/symlink.h~1 Mon Aug 21 07:01:40 2000
--- include/libc/symlink.h Thu Aug 31 09:36:40 2000
***************
*** 38,43 ****
--- 38,45 ----
int __solve_symlinks(const char * __symlink_path, char * __real_path);
+ int __solve_dir_symlinks(const char * __symlink_path, char * __real_path);
+
#endif /* !_POSIX_SOURCE */
#endif /* !__STRICT_ANSI__ */
#endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
- Raw text -