[PATCH 4/4] Mark nscd service as forking in systemd service file (#16639)
Joseph S. Myers
joseph@codesourcery.com
Thu Feb 27 01:07:00 GMT 2014
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
More information about the Libc-alpha
mailing list