Symbol.sys.map (9b29fc89ae20a22516f54e146bfdfa0cfcd60b8b) | Symbol.sys.map (1235d276b78a769bded01d51c9bf3cdc480db9fb) |
---|---|
1/* 2 * It'd be nice to automatically generate the syscall symbols, but we 3 * don't know to what version they will eventually belong to, so for now 4 * it has to be manual. 5 */ 6FBSD_1.0 { 7 __acl_aclcheck_fd; 8 __acl_aclcheck_file; --- 58 unchanged lines hidden (view full) --- 67 extattr_get_link; 68 extattr_list_fd; 69 extattr_list_file; 70 extattr_list_link; 71 extattr_set_fd; 72 extattr_set_file; 73 extattr_set_link; 74 extattrctl; | 1/* 2 * It'd be nice to automatically generate the syscall symbols, but we 3 * don't know to what version they will eventually belong to, so for now 4 * it has to be manual. 5 */ 6FBSD_1.0 { 7 __acl_aclcheck_fd; 8 __acl_aclcheck_file; --- 58 unchanged lines hidden (view full) --- 67 extattr_get_link; 68 extattr_list_fd; 69 extattr_list_file; 70 extattr_list_link; 71 extattr_set_fd; 72 extattr_set_file; 73 extattr_set_link; 74 extattrctl; |
75 errno; | |
76 fchdir; 77 fchflags; 78 fchmod; 79 fchown; 80 fhopen; 81 flock; 82 fpathconf; 83 futimes; --- 310 unchanged lines hidden --- | 75 fchdir; 76 fchflags; 77 fchmod; 78 fchown; 79 fhopen; 80 flock; 81 fpathconf; 82 futimes; --- 310 unchanged lines hidden --- |