2004-03-11 Ulrich Drepper <drepper@redhat.com>
* resolv/ns_ttl.c: Don't add ns_parse_ttl for libresolv.so.
+2004-03-11 Ulrich Drepper <drepper@redhat.com>
+
+ * resolv/ns_ttl.c: Don't add ns_parse_ttl for libresolv.so.
+
2004-03-10 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/errno.c: Include <dl-sysdep.h>. Use
return (dst - odst);
}
+#ifndef SHARED
+// Seems not to be needed. It's not exported from the DSO. Some libresolv.a
+// might depend on it so we let it in.
int
ns_parse_ttl(const char *src, u_long *dst) {
u_long ttl, tmp;
__set_errno (EINVAL);
return (-1);
}
+#endif
/* Private. */