Subversion Repositories Kolibri OS

Rev

Rev 8985 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8985 Rev 8986
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 8867 $
18
$Revision: 8986 $
Line 19... Line 19...
19
 
19
 
20
struct  SOCKET
20
struct  SOCKET
Line 243... Line 243...
243
;                                                                 ;
243
;                                                                 ;
244
; Sockets API (system function 75)                                ;
244
; Sockets API (system function 75)                                ;
245
;                                                                 ;
245
;                                                                 ;
246
;-----------------------------------------------------------------;
246
;-----------------------------------------------------------------;
247
align 4
247
align 4
248
sys_socket:
248
syscall_socket:
Line 249... Line 249...
249
 
249
 
Line 250... Line 250...
250
        mov     dword[esp+20], 0        ; Set error code to 0
250
        mov     dword[esp+20], 0        ; Set error code to 0
251
 
251