OSDN Git Service

Fix a TEMP_FAILURE_RETRY usage error in the linker.
authorElliott Hughes <enh@google.com>
Fri, 27 Jul 2012 22:30:51 +0000 (15:30 -0700)
committerElliott Hughes <enh@google.com>
Fri, 27 Jul 2012 22:30:51 +0000 (15:30 -0700)
commit8dfc073b1487ab25ab483ab346cee1d9e584adb1
tree7423f6a87858e187e5b8ccbc5396ee7096f27285
parent9061c6e7ae1d9b0e4d2f8a62b3682a565282f9b9
Fix a TEMP_FAILURE_RETRY usage error in the linker.

Similar to the fix in c20d0f3993ebb0d3dec958a306a68ebb48bfeadd.

grep(1) says this was the only other instance in bionic.

Change-Id: I1729038762ee1c7c4743a6bd11d5558afd6f5749
linker/linker.c