* gendef: Fix sigfe.s typo.

This commit is contained in:
Christopher Faylor 2013-05-01 01:15:07 +00:00
parent 3cb9da1461
commit 92f63de367
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-30 Christopher Faylor <me.cygwin2013@cgf.cx>
* gendef: Fix sigfe.s typo.
2013-04-30 Christopher Faylor <me.cygwin2013@cgf.cx>
* spawn.cc (system_call_cleanup): Rename from pthread_cleanup. Extend

View File

@ -82,7 +82,7 @@ push @top, (map {$_ . " DATA\n"} @data), (map {$_ . "\n"} @text);
print OUT @top;
close OUT;
open SIGFE, '>', 'sigfe.h' or die "$0: couldn't open 'sigfe.h' file for writing - $!\n";
open SIGFE, '>', 'sigfe.s' or die "$0: couldn't open 'sigfe.s' file for writing - $!\n";
for my $k (sort keys %sigfe) {
print SIGFE fefunc($k, $sigfe{$k});