summaryrefslogtreecommitdiff
path: root/src/grt/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/config')
-rw-r--r--src/grt/config/chkstk.S5
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__