summaryrefslogtreecommitdiff
path: root/man/mv.x
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-30 16:12:56 +0100
committerJim Meyering <meyering@redhat.com>2011-01-30 20:44:12 +0100
commitfc3c8e3cdd60d57762c3f274aa449915403171cd (patch)
treeab85567a0a00870ae5f169f66756fe876dd11136 /man/mv.x
parent54602c76a0376152933e6b0702a0fc557993a929 (diff)
downloadcoreutils-fc3c8e3cdd60d57762c3f274aa449915403171cd.tar.xz
copy, tee: assume EINTR is always defined: remove #ifdefs
Don't use "#ifdef EINTR". dd.c has been doing that since 2004. * src/copy.c (sparse_copy): Remove #ifdef...#endif around EINTR use. * src/tee.c (tee_files): Remove #ifdef...#endif around EINTR use. If we need it, add something like this in system.h: /* When EINTR is not defined, define it to an improbable value so that each use does not have to be #ifdef'd. */ #ifndef EINTR # define EINTR 999988 #endif
Diffstat (limited to 'man/mv.x')
0 files changed, 0 insertions, 0 deletions