Subversion Repositories Kolibri OS

Rev

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

Rev 8687 Rev 8787
Line 5... Line 5...
5
 
5
 
6
#ifdef __cplusplus
6
#ifdef __cplusplus
7
extern "C" {
7
extern "C" {
Line -... Line 8...
-
 
8
#endif
8
#endif
9
 
-
 
10
#ifdef _BUILD_LIBC
-
 
11
extern int _errno;
-
 
12
#define errno _errno 
-
 
13
#else
-
 
14
extern int* _errno;
Line 9... Line 15...
9
 
15
#define errno *_errno
10
extern int errno;
16
#endif
11
 
17
 
12
#define EPERM 1 /* Operation not permitted */
18
#define EPERM 1 /* Operation not permitted */