Subversion Repositories Kolibri OS

Rev

Rev 8793 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8793 Rev 9094
Line 4... Line 4...
4
 
4
 
5
static char buf[FILENAME_MAX + 1];
5
static char buf[FILENAME_MAX + 1];
Line 6... Line 6...
6
static int static_index = 0;
6
static int static_index = 0;
7
 
7
 
8
char *tmpnam(char *name) {
8
char *tmpnam(char *name) {
Line 9... Line 9...
9
	ksys_proc_table_t table;
9
	ksys_thread_t table;
10
	_ksys_process_info(&table, -1);
10
	_ksys_thread_info(&table, -1);
11
 
11
 
12
	char *out = name ? name : buf;
12
	char *out = name ? name : buf;