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

linld: fix open_image
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 01 16:48:25 2018 +0100 (2018-12-01)
parents c836f6d2eff8
children ab907169f156
line diff
     1.1 --- a/linld/stuff/src/CRTLX.H	Fri Nov 30 15:12:24 2018 +0100
     1.2 +++ b/linld/stuff/src/CRTLX.H	Sat Dec 01 16:48:25 2018 +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 sz);
     1.7 +extern _fastcall long lseekset(int fd, unsigned 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);