wok diff linld/stuff/src/CRTLX.H @ rev 21621

linld: more ram for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:23:29 2019 +0200 (2019-05-25)
parents cb4579b9835b
children 2373992ff751
line diff
     1.1 --- a/linld/stuff/src/CRTLX.H	Sat Dec 01 16:48:25 2018 +0100
     1.2 +++ b/linld/stuff/src/CRTLX.H	Sat May 25 13:23:29 2019 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  // This file is distributed under GPL
     1.5  //
     1.6 -extern _fastcall long lseekset(int fd, unsigned whence);
     1.7 +extern _fastcall long lseekset2(int fd, unsigned long* whence);
     1.8  extern _fastcall void strcpy(const char* a,const char* b);
     1.9  extern _fastcall void strcat(const char* a,const char* b);
    1.10  extern _fastcall int strcmp(const char* a,const char* b);