wok diff linld/stuff/src/CRTL.H @ rev 20333

linux: read default cmdline from EFI\BOOT\linux.cmdline
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 13:53:27 2018 +0200 (2018-06-02)
parents 008ac2992c52
children 623f02d7e6c8
line diff
     1.1 --- a/linld/stuff/src/CRTL.H	Tue Mar 07 12:21:16 2017 +0100
     1.2 +++ b/linld/stuff/src/CRTL.H	Sat Jun 02 13:53:27 2018 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4  extern "C" void abort();
     1.5  extern "C" int read(int fd, void* data, int sz);
     1.6  extern "C" int write(int fd, const void* data, int sz);
     1.7 -extern "C" long seekset(int fd, unsigned sz);
     1.8 +extern "C" long lseekset(int fd, unsigned long sz);
     1.9  extern "C" void* malloc(unsigned sz);
    1.10  extern "C" int puts(const char* s);
    1.11  extern "C" unsigned long strtol(const char *s);