From 6abe27be7178a891326f29337a7aa31aa3e5482d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 29 Aug 2005 06:25:06 +0000 Subject: Fix more EINTR handling problems. Add jump prediction. --- src/ranlib.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ranlib.c') diff --git a/src/ranlib.c b/src/ranlib.c index ce2e6820..1914a178 100644 --- a/src/ranlib.c +++ b/src/ranlib.c @@ -40,11 +40,6 @@ #include -#define pread_retry(fd, buf, n, off) \ - TEMP_FAILURE_RETRY (pread (fd, buf, n, off)) -#define write_retry(fd, buf, n) \ - TEMP_FAILURE_RETRY (write (fd, buf, n)) - #if __BYTE_ORDER == __LITTLE_ENDIAN # define le_bswap_32(val) bswap_32 (val) #else -- cgit v1.2.3