summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-03 10:50:23 +0200
committerJim Meyering <meyering@redhat.com>2010-05-03 12:26:20 +0200
commitc0e784b92338b26b28c0194b86ff59f23f37eb44 (patch)
tree27de0f09ef90105ce19751e7654d095a7079f421 /src/ls.c
parenta9c542e416ffcd29dbe44845197442cc550e5370 (diff)
downloadcoreutils-c0e784b92338b26b28c0194b86ff59f23f37eb44.tar.xz
maint: remove now-redundant definitions provided by signal.h
* src/dd.c (SA_NODEFER, SA_RESETHAND): Remove definitions, now that gnulib guarantees they are defined in <signal.h>. * src/ls.c (SA_RESTART): Likewise.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ls.c b/src/ls.c
index ca09ead8d..aa9fb6c1a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -76,9 +76,6 @@
# define siginterrupt(sig, flag) /* empty */
# endif
#endif
-#ifndef SA_RESTART
-# define SA_RESTART 0
-#endif
#include "system.h"
#include <fnmatch.h>