]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* src/makeint.h: Removed unused atol declaration
authorJouke Witteveen <j.witteveen@gmail.com>
Fri, 16 Jul 2021 12:04:22 +0000 (14:04 +0200)
committerPaul Smith <psmith@gnu.org>
Sun, 28 Nov 2021 03:05:29 +0000 (22:05 -0500)
src/makeint.h

index 15dc07d5f0abae47bf5e5dd1846f0f41f7f125ba..bf9dab7353a4e27316afea7a9ded8e8ddb38138c 100644 (file)
@@ -633,7 +633,6 @@ void spin (const char* suffix);
 
 #if !defined (__GNU_LIBRARY__) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS32)
 
-long int atol ();
 # ifndef VMS
 long int lseek ();
 # endif