diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2001-12-28 17:55:15 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2001-12-28 17:55:15 +0000 |
| commit | be5fa99a1eca333f2be74e807be22b92b3ef1823 (patch) | |
| tree | a9a9270b71d1862bf0c418f4d9f853cc2c9b8844 /lib/csu/sparc64 | |
| parent | febbbc67277de0b9140415742d6e6d5604aa6f80 (diff) | |
Notes
Diffstat (limited to 'lib/csu/sparc64')
| -rw-r--r-- | lib/csu/sparc64/crt1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c index 2d13f315fdd5..18f8b226d5c4 100644 --- a/lib/csu/sparc64/crt1.c +++ b/lib/csu/sparc64/crt1.c @@ -57,6 +57,7 @@ char **environ; char *__progname = ""; /* The entry function. */ +/* * * %o0 holds ps_strings pointer. For Solaris compat and/or shared * libraries, if %g1 is not 0, it is a routine to pass to atexit(). |
