Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

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

Rev 50 Rev 56
Line 1... Line 1...
1
{
1
{
2
global: SPF_*;
2
global:
-
 
3
	SPF_*;
-
 
4
	main;
-
 
5
	__libc_csu_*;
-
 
6
	_init;
-
 
7
	_fini;
-
 
8
	_IO_stdin_used;
-
 
9
	_DYNAMIC_LINKING;
-
 
10
	__RLD_MAP;
3
local: *;
11
local:
-
 
12
	*;
4
};
13
};