This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] Mark nscd service as forking in systemd service file (#16639)


On Wed, 26 Feb 2014, Rich Felker wrote:

> This is rather hideous to ask daemons to link to some systemd library
> and make a special function call to perform the notification. The

And for a build in the glibc context you'd want to use dlopen to avoid 
circular dependencies (dependencies of code built with glibc on any other 
library that needs glibc to build are best avoided where possible), 
complicating things further.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]