Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 402967
Collapse All | Expand All

(-)fuse-2.8.6.orig/lib/fuse.c (-5 / +5 lines)
Lines 3947-3957 Link Here
3947
				      11);
3947
				      11);
3948
}
3948
}
3949
3949
3950
FUSE_SYMVER(".symver fuse_exited,__fuse_exited@");
3950
FUSE_SYMVER(".symver fuse_exited,__fuse_exited@FUSE_UNVERSIONED");
3951
FUSE_SYMVER(".symver fuse_process_cmd,__fuse_process_cmd@");
3951
FUSE_SYMVER(".symver fuse_process_cmd,__fuse_process_cmd@FUSE_UNVERSIONED");
3952
FUSE_SYMVER(".symver fuse_read_cmd,__fuse_read_cmd@");
3952
FUSE_SYMVER(".symver fuse_read_cmd,__fuse_read_cmd@FUSE_UNVERSIONED");
3953
FUSE_SYMVER(".symver fuse_set_getcontext_func,__fuse_set_getcontext_func@");
3953
FUSE_SYMVER(".symver fuse_set_getcontext_func,__fuse_set_getcontext_func@FUSE_UNVERSIONED");
3954
FUSE_SYMVER(".symver fuse_new_compat2,fuse_new@");
3954
FUSE_SYMVER(".symver fuse_new_compat2,fuse_new@FUSE_UNVERSIONED");
3955
FUSE_SYMVER(".symver fuse_new_compat22,fuse_new@FUSE_2.2");
3955
FUSE_SYMVER(".symver fuse_new_compat22,fuse_new@FUSE_2.2");
3956
3956
3957
#endif /* __FreeBSD__ */
3957
#endif /* __FreeBSD__ */
(-)fuse-2.8.6.orig/lib/fuse_mt.c (-1 / +1 lines)
Lines 113-116 Link Here
113
	return fuse_session_loop_mt(fuse_get_session(f));
113
	return fuse_session_loop_mt(fuse_get_session(f));
114
}
114
}
115
115
116
FUSE_SYMVER(".symver fuse_loop_mt_proc,__fuse_loop_mt@");
116
FUSE_SYMVER(".symver fuse_loop_mt_proc,__fuse_loop_mt@FUSE_UNVERSIONED");
(-)fuse-2.8.6.orig/lib/fuse_versionscript (+3 lines)
Lines 1-3 Link Here
1
FUSE_UNVERSIONED {
2
};
3
1
FUSE_2.2 {
4
FUSE_2.2 {
2
	global:
5
	global:
3
		fuse_destroy;
6
		fuse_destroy;
(-)fuse-2.8.6.orig/lib/helper.c (-3 / +3 lines)
Lines 409-418 Link Here
409
	return fuse_mount_compat22(mountpoint, NULL);
409
	return fuse_mount_compat22(mountpoint, NULL);
410
}
410
}
411
411
412
FUSE_SYMVER(".symver fuse_setup_compat2,__fuse_setup@");
412
FUSE_SYMVER(".symver fuse_setup_compat2,__fuse_setup@FUSE_UNVERSIONED");
413
FUSE_SYMVER(".symver fuse_setup_compat22,fuse_setup@FUSE_2.2");
413
FUSE_SYMVER(".symver fuse_setup_compat22,fuse_setup@FUSE_2.2");
414
FUSE_SYMVER(".symver fuse_teardown,__fuse_teardown@");
414
FUSE_SYMVER(".symver fuse_teardown,__fuse_teardown@FUSE_UNVERSIONED");
415
FUSE_SYMVER(".symver fuse_main_compat2,fuse_main@");
415
FUSE_SYMVER(".symver fuse_main_compat2,fuse_main@FUSE_UNVERSIONED");
416
FUSE_SYMVER(".symver fuse_main_real_compat22,fuse_main_real@FUSE_2.2");
416
FUSE_SYMVER(".symver fuse_main_real_compat22,fuse_main_real@FUSE_2.2");
417
417
418
#endif /* __FreeBSD__ */
418
#endif /* __FreeBSD__ */

Return to bug 402967