diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-27 18:42:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-27 18:42:03 +0000 |
commit | e1e5d196d21bd23de0c06ee626c59ea1c2a85389 (patch) | |
tree | 1a05c305014651b6dc287261db04c176e45e9b3d /winsup | |
parent | 1bbf1ac6a54f7277f9f29c8379176b5470e2ac17 (diff) | |
download | cygnal-e1e5d196d21bd23de0c06ee626c59ea1c2a85389.tar.gz cygnal-e1e5d196d21bd23de0c06ee626c59ea1c2a85389.tar.bz2 cygnal-e1e5d196d21bd23de0c06ee626c59ea1c2a85389.zip |
white space
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/cygheap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index 4575572ba..2e0a1e254 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -428,5 +428,5 @@ char *__stdcall cstrdup (const char *) __attribute__ ((regparm(1))); char *__stdcall cstrdup1 (const char *) __attribute__ ((regparm(1))); void __stdcall cfree_and_set (char *&, char * = NULL) __attribute__ ((regparm(2))); void __stdcall cygheap_init (); -extern DWORD _cygheap_start __attribute__((section(".cygheap"))); +extern DWORD _cygheap_start __attribute__((section(".cygheap"))); } |