diff options
Diffstat (limited to 'winsup/cygwin/gentls_offsets')
-rwxr-xr-x | winsup/cygwin/gentls_offsets | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/gentls_offsets b/winsup/cygwin/gentls_offsets index de9f1b9..0272868 100755 --- a/winsup/cygwin/gentls_offsets +++ b/winsup/cygwin/gentls_offsets @@ -1,5 +1,5 @@ #!/usr/bin/perl -s -# Copyright 2003, 2004, 2005 Red Hat, Inc. +# Copyright 2003, 2004, 2005, 2006, 2008, 2012, 2013 Red Hat, Inc. # # This file is part of Cygwin. # @@ -45,6 +45,9 @@ open(TMP, '>', "/tmp/$$.cc") or die "$0: couldn't open temporary index file \"/t print TMP <<EOF; #define __INSIDE_CYGWIN__ #define __attribute__(X) +#define __reg1 +#define __reg2 +#define __reg3 #include <stdio.h> #include <stdlib.h> #include <signal.h> |