mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private
name space.
This commit is contained in:
parent
0aca787a7b
commit
201e72e716
2 changed files with 9 additions and 0 deletions
|
|
@ -15,3 +15,6 @@ FBSD_1.1 {
|
|||
# simple ABI-checking tools.
|
||||
FBSDprivate_1.0 {
|
||||
} FBSD_1.0;
|
||||
|
||||
FBSDprivate_1.1 {
|
||||
} FBSD_1.1;
|
||||
|
|
|
|||
|
|
@ -149,3 +149,9 @@ FBSDprivate_1.0 {
|
|||
__printf_arginfo_vis;
|
||||
__printf_render_vis;
|
||||
};
|
||||
|
||||
FBSDprivate_1.1 {
|
||||
__fgetcookie;
|
||||
__fgetpendout;
|
||||
__fsetfileno;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue