wok-6.x diff linld/stuff/src/CRTL.H @ rev 20456

Up upx (3.95)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 06 18:50:19 2018 +0200 (2018-10-06)
parents 9e8f9b54bd83
children a5b6457fb890
line diff
     1.1 --- a/linld/stuff/src/CRTL.H	Sat Apr 08 12:48:12 2017 +0200
     1.2 +++ b/linld/stuff/src/CRTL.H	Sat Oct 06 18:50:19 2018 +0200
     1.3 @@ -37,7 +37,6 @@
     1.4  extern "C" int read(int fd, void* data, int sz);
     1.5  extern "C" int write(int fd, const void* data, int sz);
     1.6  extern "C" long lseekset(int fd, unsigned long sz);
     1.7 -extern "C" void* malloc(unsigned sz);
     1.8  extern "C" int puts(const char* s);
     1.9  extern "C" unsigned long strtol(const char *s);
    1.10