Subversion Repositories Kolibri OS

Rev

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

Rev 6929 Rev 7136
Line 5... Line 5...
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 6917 $
8
$Revision: 6917 $
9
 
9
 
Line 10... Line 10...
10
F_READ              equ 0x0001  ; file opened for reading
10
F_READ              = 0x0001  ; file opened for reading
11
F_WRITE             equ 0x0002  ; file opened for writing
11
F_WRITE             = 0x0002  ; file opened for writing
Line 12... Line 12...
12
 
12
 
13
O_CLOEXEC           equ 0x40000
13
O_CLOEXEC           = 0x40000
14
PIPE_BUFFER_SIZE    equ 4096
14
PIPE_BUFFER_SIZE    = 4096