wok-6.x diff linld/stuff/src/CRTL.H @ rev 20477
Rebuild perl in 32 bits
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 17 20:44:06 2018 +0200 (2018-10-17) |
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 Wed Oct 17 20:44:06 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