chiark / gitweb /
systemctl: don't use the systemd bus to talk to upstart
[elogind.git] / src / missing.h
index 003c821f8490b018be22b0dc65c6adae72397970..5914b01a8eeb377e272c4ef75659288bd6193083 100644 (file)
@@ -61,6 +61,6 @@ static inline int pivot_root(const char *new_root, const char *put_old) {
  * protect this with a weak ref just in case glibc takes this away
  * from us. */
 
-static void nss_disable_nscd(void) _weakref_(__nss_disable_nscd);
+/* static void nss_disable_nscd(void) _weakref_(__nss_disable_nscd); */
 
 #endif