Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove the _rtld_tls_static_setup() leftover from sy...
details: https://anonhg.NetBSD.org/src/rev/e0cd3e4d5d6c
branches: trunk
changeset: 357635:e0cd3e4d5d6c
user: kamil <kamil%NetBSD.org@localhost>
date: Sun Nov 19 07:41:52 2017 +0000
description:
Remove the _rtld_tls_static_setup() leftover from sys/tls.h
This prototype is dead and there are no users.
This function isn't defined anywhere.
diffstat:
sys/sys/tls.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a88ab849ee16 -r e0cd3e4d5d6c sys/sys/tls.h
--- a/sys/sys/tls.h Sun Nov 19 06:04:53 2017 +0000
+++ b/sys/sys/tls.h Sun Nov 19 07:41:52 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tls.h,v 1.1 2011/03/09 23:10:07 joerg Exp $ */
+/* $NetBSD: tls.h,v 1.2 2017/11/19 07:41:52 kamil Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -54,7 +54,6 @@
__BEGIN_PUBLIC_DECLS
struct tls_tcb *_rtld_tls_allocate(void);
void _rtld_tls_free(struct tls_tcb *);
-void _rtld_tls_static_setup(void);
__END_PUBLIC_DECLS
#endif /* __HAVE_TLS_VARIANT_I || __HAVE_TLS_VARIANT_II */
Home |
Main Index |
Thread Index |
Old Index