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

linld: fix seekset link error
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 08 12:48:12 2017 +0200 (2017-04-08)
parents 8fab00f1f6be
children f4bc280fe3c4
line diff
     1.1 --- a/linld/stuff/src/CRTLX.H	Fri Mar 31 12:51:11 2017 +0200
     1.2 +++ b/linld/stuff/src/CRTLX.H	Sat Apr 08 12:48:12 2017 +0200
     1.3 @@ -11,7 +11,5 @@
     1.4  extern "C" unsigned long kver2ul(char *kernel_version);
     1.5  extern "C" char *ultoa(unsigned long n);
     1.6  extern "C" void try_default_args();
     1.7 -extern "C" long lseekset(int fd, unsigned long sz);
     1.8 -#define seekset(fd,sz)	lseekset(fd,(unsigned long) sz)
     1.9  extern char cpu_features[];
    1.10  #define cpuhaslm() (cpu_features[3]&0x20)