Symbol.sys.map (b165e9e3ea4e327fc421d81c2a89242bd8720780) Symbol.sys.map (ddb3eb4efe55e57c206f3534263c77b837aff1dc)
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;

--- 367 unchanged lines hidden (view full) ---

376 timerfd_gettime;
377 timerfd_settime;
378};
379
380FBSD_1.8 {
381 fchroot;
382 getrlimitusage;
383 kcmp;
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;

--- 367 unchanged lines hidden (view full) ---

376 timerfd_gettime;
377 timerfd_settime;
378};
379
380FBSD_1.8 {
381 fchroot;
382 getrlimitusage;
383 kcmp;
384 setcred;
384};
385
386FBSDprivate_1.0 {
387 /* Add entries in sort(1) order */
388 __set_error_selector;
389 __sigwait;
390 gssd_syscall;
391 nlm_syscall;
392 rpctls_syscall;
393};
385};
386
387FBSDprivate_1.0 {
388 /* Add entries in sort(1) order */
389 __set_error_selector;
390 __sigwait;
391 gssd_syscall;
392 nlm_syscall;
393 rpctls_syscall;
394};