[libbdplus-devel] POSIX does not include fseeko/ftello
Thomas Klausner
tk at giga.or.at
Sun Feb 1 02:45:05 CET 2015
Hi!
According to the NetBSD man page, fseeko and ftello conform to X/Open
System Interfaces and Headers Issue 5 (``XSH5''). libbdplus tries to
compile with -D_POSIX_C_SOURCE=200112L, which, on NetBSD, hides X/Open
symbols that are not in POSIX, like fseeko and ftello.
I suggest either not using this define, or only on the operating
systems that need it, or not using fseeko/ftello.
This also affects libaacs and libbluray, in case developers of these
libraries are reading this mailing list as well.
Cheers,
Thomas
More information about the libbdplus-devel
mailing list