Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Apr 2000 21:49:24 +0000 (21:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Apr 2000 21:49:24 +0000 (21:49 +0000)
commit4380ef5e29eb219706a725848c4e704762a58708
tree0b827eedce1e37f7e13af031b35cd5e203c82a82
parent289e8e7ea11afad41aaac7d43400bf4ee28aada5
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.
ChangeLog
dlfcn/Makefile
dlfcn/glreflib1.c [new file with mode: 0644]
dlfcn/glreflib2.c [new file with mode: 0644]
dlfcn/glrefmain.c [new file with mode: 0644]
test-skeleton.c