futurerestore/.github/workflows/MacOSX10.13.sdk/usr/lib/libutil.tbd
Liam(Cryptic) 029e768ca3
Fix FDR SEP Panic and a13 iPhone 11 family devices (#3)
Rose fix. Also Add working CI Static building.
2021-02-24 17:53:08 -08:00

16 lines
794 B
Plaintext

--- !tapi-tbd-v2
archs: [ i386, x86_64 ]
uuids: [ 'i386: C041EF3C-8E30-3F43-BCE2-7DA3E3673A8A', 'x86_64: 58C59F00-031B-3798-B697-A8A4C58E70AA' ]
platform: macosx
install-name: /usr/lib/libutil.dylib
objc-constraint: none
exports:
- archs: [ i386, x86_64 ]
symbols: [ _freemntopts, _getmnt_silent, _getmntoptnum, _getmntopts,
_getmntoptstr, _humanize_number, _pidfile_close, _pidfile_open,
_pidfile_remove, _pidfile_write, _realhostname, _realhostname_sa,
_reexec_to_match_kernel, _reexec_to_match_lp64ness, _tzlink,
_wipefs_alloc, _wipefs_except_blocks, _wipefs_free, _wipefs_include_blocks,
_wipefs_wipe ]
...