summaryrefslogtreecommitdiff
path: root/elfutils/src/ranlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/src/ranlib.c')
-rw-r--r--elfutils/src/ranlib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/elfutils/src/ranlib.c b/elfutils/src/ranlib.c
index ce2e6820..1914a178 100644
--- a/elfutils/src/ranlib.c
+++ b/elfutils/src/ranlib.c
@@ -40,11 +40,6 @@
#include <system.h>
-#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