On Thu, Apr 9, 2020 at 9:29 AM Thomas Schmitt <scdbac...@gmx.net> wrote:
> Hrmpf. strace reports "openat(2)" where libburn calls open(2).

strace reports the name of the Linux system call, which is indeed
openat.  The open(2) and openat(2) functions (and open64(2) and
openat64(2) on some systems) are C library functions that invoke the
openat system call.
-- 
Jerry James
http://www.jamezone.org/
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to