about summary refs log tree commit diff
path: root/test-skeleton.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-01 21:49:24 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-01 21:49:24 +0000
commit4380ef5e29eb219706a725848c4e704762a58708 (patch)
tree0b827eedce1e37f7e13af031b35cd5e203c82a82 /test-skeleton.c
parent289e8e7ea11afad41aaac7d43400bf4ee28aada5 (diff)
downloadglibc-4380ef5e29eb219706a725848c4e704762a58708.tar.gz
glibc-4380ef5e29eb219706a725848c4e704762a58708.tar.xz
glibc-4380ef5e29eb219706a725848c4e704762a58708.zip
Update.
	* dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
	(tests): Add glrefmain.
	Add rules to build modules and run tests.  Ignore result of glrefmain
	for now since it fails.
	* dlfcn/glrefmain.c: New file.
	* dlfcn/glreflib1.c: New file.
	* dlfcn/glreflib2.c: New file.

	* test-skeleton.c: Include <string.h> for strsignal prototype.
Diffstat (limited to 'test-skeleton.c')
-rw-r--r--test-skeleton.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-skeleton.c b/test-skeleton.c
index e4fed67ae3..729d55faa9 100644
--- a/test-skeleton.c
+++ b/test-skeleton.c
@@ -1,5 +1,5 @@
 /* Skeleton for test programs.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000 Free Software Foundation, Inc.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -22,6 +22,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/resource.h>
 #include <sys/wait.h>