libcdio.git - libcdio

index : libcdio.git
libcdio
summary refs log tree commit diff
path: root/include/cdio/iso9660.h
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2024年01月09日 02:21:19 -0500
committerR. Bernstein <rocky@gnu.org>2024年01月09日 02:21:19 -0500
commit4ebc31bf828e3503891a201ecb6ef7e92ac52359 (patch)
treea86680695bd937effafefc390fae76b5764e54f3 /include/cdio/iso9660.h
parent5f797b27d1b73815f27c03e8ee9074e35e37f0e2 (diff)
downloadlibcdio-nvinsion234.tar.gz
libcdio.sym: Remove undefined symbolsnvinsion234
See https://lists.gnu.org/archive/html/libcdio-devel/2024-01/msg00000.html and See https://bugs.gentoo.org/915826 With default options ld.lld-16 and newer fails to link due to undefined symbols listed in libddio.sym. Specifically: cdio_get_default_device_bsdi cdio_get_devices_bsdi cdio_have_bsdi cdio_open_am_bsdi cdio_open_bsdi cdio_set_drive_speed mmc_get_last_lsn mmc_isrc_track_read_subchannel The definitions for the 5 *_bsdi symbols were removed with commit 487136b3c6c80bbc772c56e6a388b12db55982f4. Neither the definition nor declaration appear in the git history for the symbols cdio_set_drive_speed and mmc_get_last_lsn. The definition for was removed with commit b427b174e664f632756bb1653fd2463592066fa3.
Diffstat (limited to 'include/cdio/iso9660.h')
-rw-r--r--include/cdio/iso9660.h 4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cdio/iso9660.h b/include/cdio/iso9660.h
index f5eb09e2..4fa12bda 100644
--- a/include/cdio/iso9660.h
+++ b/include/cdio/iso9660.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2003-2008, 2012-2013, 2017, 2023
+ Copyright (C) 2003-2008, 2012-2013, 2017, 2023-2024
Rocky Bernstein <rocky@gnu.org>
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
@@ -910,8 +910,8 @@ iso9660_dir_calc_record_size (unsigned int namelen, unsigned int su_len);
@return stat_t of entry if we found lsn, or NULL otherwise.
Caller must free return value using iso9660_stat_free().
*/
-#define iso9660_fs_find_lsn iso9660_find_fs_lsn
iso9660_stat_t *iso9660_fs_find_lsn(CdIo_t *p_cdio, lsn_t i_lsn);
+iso9660_stat_t *iso9660_find_fs_lsn(CdIo_t *p_cdio, lsn_t i_lsn);
/*!
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月03日 06:32:22 +0000

AltStyle によって変換されたページ (->オリジナル) /