summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-09-01 06:07:26 +0000
committermarcel <marcel@FreeBSD.org>2006-09-01 06:07:26 +0000
commit3b0abc3d1b7ec69d410098e684d4702bc70e18ab (patch)
treebc7c9cab5ed4717d444e006246c7562563875c06 /libexec
parenta37b95305811c766bd870843c82075c1dcd3961f (diff)
downloadFreeBSD-src-3b0abc3d1b7ec69d410098e684d4702bc70e18ab.zip
FreeBSD-src-3b0abc3d1b7ec69d410098e684d4702bc70e18ab.tar.gz
Use NULL for null-pointer argument.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/ia64/reloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/ia64/reloc.c b/libexec/rtld-elf/ia64/reloc.c
index a38afa8..9a8d067 100644
--- a/libexec/rtld-elf/ia64/reloc.c
+++ b/libexec/rtld-elf/ia64/reloc.c
@@ -603,7 +603,7 @@ allocate_initial_tls(Obj_Entry *list)
*/
tls_static_space = tls_last_offset + tls_last_size + RTLD_STATIC_TLS_EXTRA;
- tpval = allocate_tls(list, 0, TLS_TCB_SIZE, 16);
+ tpval = allocate_tls(list, NULL, TLS_TCB_SIZE, 16);
__asm __volatile("mov r13 = %0" :: "r"(tpval));
}
OpenPOWER on IntegriCloud