:: Re: [DNG] Why Debian 8 Pinning is (…
Top Page
Delete this message
Reply to this message
Author: Arnt Gulbrandsen
Date:  
To: dng
Subject: Re: [DNG] Why Debian 8 Pinning is (or isn't) pointless
Simon Hobson writes:
> Yes, the latter wouldn't make much sense, but it's possible ?


It's possible. Simplfying a little, an executable on linux is just a shared
library that contains a function called main() (yes I know I'm simplifying,
PLEASE let's not argue these details). A library can do anything the
executable can.

Arnt