diff options
Diffstat (limited to 'src/grt/config/chkstk.S')
-rw-r--r-- | src/grt/config/chkstk.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/grt/config/chkstk.S b/src/grt/config/chkstk.S index ab244d0..7d499cb 100644 --- a/src/grt/config/chkstk.S +++ b/src/grt/config/chkstk.S @@ -24,14 +24,13 @@ covered by the GNU Public License. */ .file "chkstk.S" - .version "01.01" - + .text #ifdef __APPLE__ #define __chkstk ___chkstk #endif - + /* Function called to loop on the process. */ .align 4 #ifdef __ELF__ |