Skip to content

Commit

Permalink
* speclib: Revert to using tempdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Faylor committed Apr 14, 2009
1 parent 51291d6 commit d295466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions winsup/cygwin/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-04-14 Christopher Faylor <[email protected]>

* speclib: Revert to using tempdir.

2009-04-14 Corinna Vinschen <[email protected]>

* localtime.cc (tzload): Implement setting __tzrule's offset member
Expand Down
2 changes: 1 addition & 1 deletion winsup/cygwin/speclib
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ close $nm_fd;

%extract or die "$0: couldn't find symbols for $lib\n";

my $dir = File::Temp->newdir();
my $dir = File::Temp->tempdir(CLEANUP => 1);

chdir $dir;
# print join(' ', '+', $ar, 'x', sort keys %extract), "\n";
Expand Down

0 comments on commit d295466

Please sign in to comment.