mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 05:29:46 +00:00
* src/makeint.h: Removed unused atol declaration
This commit is contained in:
parent
cefe747e85
commit
f3ad572099
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue