diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-03 16:21:34 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-03 16:21:34 +0000 |
commit | 403d6f8e894056e673725f16d00d471c48c44dd2 (patch) | |
tree | dd61fe365d6609a453e2d29568b78c3bb7da7649 /makedef.pl | |
parent | a4cf958aac2453eded53a4701d1bec205cf252eb (diff) | |
download | perl-403d6f8e894056e673725f16d00d471c48c44dd2.tar.gz |
OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
<sthoenna@efn.org>)
p4raw-id: //depot/perl@5488
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index b88b8e957d..ed3f1cccf8 100644 --- a/makedef.pl +++ b/makedef.pl @@ -270,6 +270,7 @@ elsif ($PLATFORM eq 'os2') { dlopen dlsym dlerror + dlclose my_tmpfile my_tmpnam my_flock |