* gendef: Fix sigfe.s typo.
This commit is contained in:
parent
3cb9da1461
commit
92f63de367
@ -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>
|
2013-04-30 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
* spawn.cc (system_call_cleanup): Rename from pthread_cleanup. Extend
|
* spawn.cc (system_call_cleanup): Rename from pthread_cleanup. Extend
|
||||||
|
@ -82,7 +82,7 @@ push @top, (map {$_ . " DATA\n"} @data), (map {$_ . "\n"} @text);
|
|||||||
print OUT @top;
|
print OUT @top;
|
||||||
close OUT;
|
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) {
|
for my $k (sort keys %sigfe) {
|
||||||
print SIGFE fefunc($k, $sigfe{$k});
|
print SIGFE fefunc($k, $sigfe{$k});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user