www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2000/08/31/04:00:39

Date: Thu, 31 Aug 2000 09:54:10 +0200 (WET)
From: Andris Pavenis <pavenis AT lanet DOT lv>
To: djgpp-workers AT delorie DOT com
Subject: Missing prototype for __solve_dir_symlinks()
Message-ID: <Pine.A41.4.05.10008310951350.36732-100000@ieva06.lanet.lv>
MIME-Version: 1.0
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 */


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019