From 87dae02a636e61895d8f084e9584befacc724d3f Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Tue, 24 Jun 2008 14:11:20 -0700 Subject: string nil same as string "" SVN=124381 --- src/runtime/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/runtime.h') diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h index fa9395f1be..15b33a070e 100644 --- a/src/runtime/runtime.h +++ b/src/runtime/runtime.h @@ -103,7 +103,7 @@ void sys_write(int32, void*, int32); void sys_breakpoint(void); uint8* sys_mmap(byte*, uint32, int32, int32, int32, uint32); void sys_memclr(byte*, uint32); -void* sys_getcallerpc(void*); +void* sys_getcallerpc(void*); void sys_sigaction(int64, void*, void*); void sys_rt_sigaction(int64, void*, void*, uint64); -- cgit v1.3-5-g9baa