mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Add MLINKS for new API functions.
This commit is contained in:
parent
e250dd4fad
commit
94dffc977c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129991
@ -4,7 +4,7 @@ LIB= archive
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
.if ${MACHINE_ARCH} == "arm"
|
||||
WARNS?= 3
|
||||
WARNS?= 3
|
||||
.else
|
||||
WARNS?= 6
|
||||
.endif
|
||||
@ -92,8 +92,9 @@ MLINKS+= archive_entry.3 archive_entry_symlink_w.3
|
||||
MLINKS+= archive_entry.3 archive_entry_uname.3
|
||||
MLINKS+= archive_entry.3 archive_entry_uname_w.3
|
||||
MLINKS+= archive_read.3 archive_read_data.3
|
||||
MLINKS+= archive_read.3 archive_read_data_block.3
|
||||
MLINKS+= archive_read.3 archive_read_data_into_buffer.3
|
||||
MLINKS+= archive_read.3 archive_read_data_into_file.3
|
||||
MLINKS+= archive_read.3 archive_read_data_into_fd.3
|
||||
MLINKS+= archive_read.3 archive_read_data_skip.3
|
||||
MLINKS+= archive_read.3 archive_read_extract.3
|
||||
MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3
|
||||
|
@ -4,7 +4,7 @@ LIB= archive
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
.if ${MACHINE_ARCH} == "arm"
|
||||
WARNS?= 3
|
||||
WARNS?= 3
|
||||
.else
|
||||
WARNS?= 6
|
||||
.endif
|
||||
@ -92,8 +92,9 @@ MLINKS+= archive_entry.3 archive_entry_symlink_w.3
|
||||
MLINKS+= archive_entry.3 archive_entry_uname.3
|
||||
MLINKS+= archive_entry.3 archive_entry_uname_w.3
|
||||
MLINKS+= archive_read.3 archive_read_data.3
|
||||
MLINKS+= archive_read.3 archive_read_data_block.3
|
||||
MLINKS+= archive_read.3 archive_read_data_into_buffer.3
|
||||
MLINKS+= archive_read.3 archive_read_data_into_file.3
|
||||
MLINKS+= archive_read.3 archive_read_data_into_fd.3
|
||||
MLINKS+= archive_read.3 archive_read_data_skip.3
|
||||
MLINKS+= archive_read.3 archive_read_extract.3
|
||||
MLINKS+= archive_read.3 archive_read_extract_set_progress_callback.3
|
||||
|
Loading…
Reference in New Issue
Block a user