瀏覽代碼

the _dl_errno extern already exists in common headers, so no need for a local one

Mike Frysinger 16 年之前
父節點
當前提交
3d61a08a41
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ldso/ldso/i386/dl-sysdep.h

+ 0 - 1
ldso/ldso/i386/dl-sysdep.h

@@ -59,7 +59,6 @@ elf_machine_load_address (void)
 	/* It doesn't matter what variable this is, the reference never makes
 	   it to assembly.  We need a dummy reference to some global variable
 	   via the GOT to make sure the compiler initialized %ebx in time.  */
-	extern int _dl_errno;
 	Elf32_Addr addr;
 	__asm__ ("leal _dl_start@GOTOFF(%%ebx), %0\n"
 	     "subl _dl_start@GOT(%%ebx), %0"