summaryrefslogtreecommitdiff
path: root/libc/misc/search/hsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/search/hsearch.c')
-rw-r--r--libc/misc/search/hsearch.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/libc/misc/search/hsearch.c b/libc/misc/search/hsearch.c
index b1228e2ee..54acfc484 100644
--- a/libc/misc/search/hsearch.c
+++ b/libc/misc/search/hsearch.c
@@ -13,15 +13,11 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include <search.h>
-libc_hidden_proto(hdestroy_r)
-libc_hidden_proto(hsearch_r)
-libc_hidden_proto(hcreate_r)
/* The non-reentrant version use a global space for storing the table. */
static struct hsearch_data htab;