summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/gendef
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-05-01 01:15:07 +0000
committerChristopher Faylor <me@cgf.cx>2013-05-01 01:15:07 +0000
commit92f63de3676413f9396fb17c55ca8f44f31f506b (patch)
tree82cd411b1c59b10a9f1cfdfcf84202ec233ae51d /winsup/cygwin/gendef
parent3cb9da14617c58c2821c80d48f0bd80a2deb5fdf (diff)
downloadcygnal-92f63de3676413f9396fb17c55ca8f44f31f506b.tar.gz
cygnal-92f63de3676413f9396fb17c55ca8f44f31f506b.tar.bz2
cygnal-92f63de3676413f9396fb17c55ca8f44f31f506b.zip
* gendef: Fix sigfe.s typo.
Diffstat (limited to 'winsup/cygwin/gendef')
-rwxr-xr-xwinsup/cygwin/gendef2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/gendef b/winsup/cygwin/gendef
index fc55d96c0..a9906fdaf 100755
--- a/winsup/cygwin/gendef
+++ b/winsup/cygwin/gendef
@@ -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});