diff options
author | Christopher Faylor <me@cgf.cx> | 2001-03-11 16:46:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-03-11 16:46:28 +0000 |
commit | abb88b6f53e132e61bebf88b8f96d53a71f05647 (patch) | |
tree | 21b52fd1fe75475f063d68986d228798f01cb027 /winsup/cygwin/gcrt0.c | |
parent | 2116a175086ebaf7b5f71185fb9425c80771d3c4 (diff) | |
download | newlib-abb88b6f53e132e61bebf88b8f96d53a71f05647.zip newlib-abb88b6f53e132e61bebf88b8f96d53a71f05647.tar.gz newlib-abb88b6f53e132e61bebf88b8f96d53a71f05647.tar.bz2 |
Remove obvious brain freeze problem.
Diffstat (limited to 'winsup/cygwin/gcrt0.c')
-rw-r--r-- | winsup/cygwin/gcrt0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/gcrt0.c b/winsup/cygwin/gcrt0.c index b061597..e565f09 100644 --- a/winsup/cygwin/gcrt0.c +++ b/winsup/cygwin/gcrt0.c @@ -16,7 +16,7 @@ extern u_char eprol asm ("__eprol"); extern void _mcleanup (void); extern void monstartup (u_long, u_long); -foo void _monstartup (void) __attribute__((__constructor__)); +void _monstartup (void) __attribute__((__constructor__)); /* startup initialization for -pg support */ |