Date: Thu, 31 Aug 2000 09:54:10 +0200 (WET) From: Andris Pavenis To: djgpp-workers AT delorie DOT com Subject: Missing prototype for __solve_dir_symlinks() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com 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 */