wok rev 20147

linld: tiny shrink (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 11:15:59 2017 +0100 (2017-11-16)
parents d78aa8a969f4
children a78f12adc25a
files linld/stuff/src/CRTL.ASM
line diff
     1.1 --- a/linld/stuff/src/CRTL.ASM	Thu Nov 16 11:02:48 2017 +0100
     1.2 +++ b/linld/stuff/src/CRTL.ASM	Thu Nov 16 11:15:59 2017 +0100
     1.3 @@ -333,7 +333,7 @@
     1.4          endp    _read
     1.5  
     1.6          proc    _lseekset near
     1.7 -		ifdef EXTRA
     1.8 +		;ifdef EXTRA
     1.9  ;***************************************************************
    1.10  ;long lseekset(int fd, unsigned long sz);
    1.11  ;***************************************************************
    1.12 @@ -348,7 +348,7 @@
    1.13                  push	dx
    1.14                  push	bx
    1.15                  push	ax
    1.16 -		endif
    1.17 +		;endif
    1.18          global  lseekset:near
    1.19  lseekset:
    1.20  		clc