summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-13 04:26:28 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-13 04:26:28 +0000
commit4d3b4b6f8ecfc24dda05751b87367c441e80f535 (patch)
tree8ddfecde85b7680f74547ee4e8bec0847507de70 /docs
parent72aa8c4e3d15da391652f9549a89a11e65d513f4 (diff)
be more specific as to what arguments to __uClibc_main() people can skim on during initial port
Diffstat (limited to 'docs')
-rw-r--r--docs/PORTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PORTING b/docs/PORTING
index 5c1a3989a..3c454ddb9 100644
--- a/docs/PORTING
+++ b/docs/PORTING
@@ -27,7 +27,7 @@ you are hacking on.
the funcion __uClibc_main() which takes these parameters:
__uClibc_main(main(), argc, argv, _init(), _fini())
Initially if you wish to make things easier on yourself, you can disable the
- UCLIBC_CTOR_DTOR option and just set those two arguments to NULL
+ UCLIBC_CTOR_DTOR option and just set the init/fini arguments to NULL.
glibc generally stores this function in libc/sysdeps/ARCH/elf/start.S
- create these additional files in ARCH/bits/