:: Re: [DNG] with or without libsystem…
Startseite
Nachricht löschen
Nachricht beantworten
Autor: Didier Kryn
Datum:  
To: dng
Betreff: Re: [DNG] with or without libsystemd0
Le 20/07/2016 13:57, Rowland Penny a écrit :
> libsystemd0 is a .so file and (as far as I am aware) is just a library
> of subroutines. If you tried to directly run libsystemd0, it probably
> wouldn't do anything, but if another program was to use one of the
> 'subroutines' , it would do whatever the 'subroutine' was designed to do.


     The concern is what the library call actually performs.


     Does it perform it directly in the function or does this function 
invoke an application to do it? I think this is secondary.


     Didier