mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add kcmp(2) userspace bits
(cherry picked from commit 211bdd601ee51f90da9b123807ef68ac122116b9)
This commit is contained in:
parent
add51cc280
commit
f8d885c08d
2 changed files with 5 additions and 0 deletions
|
|
@ -521,6 +521,7 @@ int iruserok(unsigned long, int, const char *, const char *);
|
|||
int iruserok_sa(const void *, int, int, const char *, const char *);
|
||||
int issetugid(void);
|
||||
void __FreeBSD_libc_enter_restricted_mode(void);
|
||||
int kcmp(pid_t pid1, pid_t pid2, int type, uintptr_t idx1, uintptr_t idx2);
|
||||
long lpathconf(const char *, int);
|
||||
#ifndef _MKDTEMP_DECLARED
|
||||
char *mkdtemp(char *);
|
||||
|
|
|
|||
|
|
@ -424,6 +424,10 @@ FBSD_1.7 {
|
|||
timerfd_settime;
|
||||
};
|
||||
|
||||
FBSD_1.8 {
|
||||
kcmp;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
___acl_aclcheck_fd;
|
||||
__sys___acl_aclcheck_fd;
|
||||
|
|
|
|||
Loading…
Reference in a new issue