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

linld: 32 bits lseeks for tazboot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 17:23:23 2019 +0100 (2019-01-05)
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 Jan 05 17:23:23 2019 +0100
     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);