summaryrefslogtreecommitdiff
path: root/libc/Pre_main
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1999-01-23 13:29:22 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:39 +0200
commite62b35169cdcd13632ae353b1e5ffde7dec44201 (patch)
tree2646548ca84edb365354a6e68459f92943532cee /libc/Pre_main
parent2233d47f9d89c107b6c425626d6eb2669363b055 (diff)
downloaddev86-e62b35169cdcd13632ae353b1e5ffde7dec44201.tar.gz
Import Dev86src-0.14.7.tar.gzv0.14.7
Diffstat (limited to 'libc/Pre_main')
-rw-r--r--libc/Pre_main2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Pre_main b/libc/Pre_main
index 0b3bec2..f0a5b83 100644
--- a/libc/Pre_main
+++ b/libc/Pre_main
@@ -1,5 +1,5 @@
-There is now support for calling functions before main and from inside the
+There is support for calling functions before main and from inside the
exit() function.
The exit processing uses the standard 'atexit' and 'on_exit' functions