diff options
| author | Rod Evans <Rod.Evans@Sun.COM> | 2010-03-29 11:14:55 -0700 |
|---|---|---|
| committer | Rod Evans <Rod.Evans@Sun.COM> | 2010-03-29 11:14:55 -0700 |
| commit | 98c080d502548e68bb9815459ea56e6ae282c430 (patch) | |
| tree | 3205ed8ac19ce7a86f024a0cd2450640aa8ebdba /usr/src/cmd/sgs/ld/common | |
| parent | c7f2fd24c9b933d8806de9016fb9bca3f269a8af (diff) | |
| download | illumos-joyent-98c080d502548e68bb9815459ea56e6ae282c430.tar.gz | |
6938628 ld.so.1 should produce diagnostics for all dl*() entry points
--HG--
rename : usr/src/cmd/sgs/liblddbg/common/callback.c => usr/src/cmd/sgs/liblddbg/common/dlfcns.c
Diffstat (limited to 'usr/src/cmd/sgs/ld/common')
| -rw-r--r-- | usr/src/cmd/sgs/ld/common/ld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/ld/common/ld.c b/usr/src/cmd/sgs/ld/common/ld.c index d364a001db..4b2cdd706d 100644 --- a/usr/src/cmd/sgs/ld/common/ld.c +++ b/usr/src/cmd/sgs/ld/common/ld.c @@ -20,7 +20,7 @@ */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -519,7 +519,7 @@ prepend_ldoptions(int *argcp, char ***argvp) */ while (isspace(*ld_options)) ld_options++; - if (*ld_options == '\0') + if (ld_options[0] == '\0') return (0); /* |
