diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-05-03 10:50:23 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-05-03 12:26:20 +0200 |
| commit | c0e784b92338b26b28c0194b86ff59f23f37eb44 (patch) | |
| tree | 27de0f09ef90105ce19751e7654d095a7079f421 /src/dd.c | |
| parent | maint: remove now-redundant definitions provided by sys/wait.h (diff) | |
| download | coreutils-c0e784b92338b26b28c0194b86ff59f23f37eb44.tar.gz coreutils-c0e784b92338b26b28c0194b86ff59f23f37eb44.zip | |
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/dd.c')
| -rw-r--r-- | src/dd.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -57,12 +57,6 @@ static void process_signals (void); # define siginterrupt(sig, flag) /* empty */ # endif #endif -#ifndef SA_NODEFER -# define SA_NODEFER 0 -#endif -#ifndef SA_RESETHAND -# define SA_RESETHAND 0 -#endif #ifndef SIGINFO # define SIGINFO SIGUSR1 |
