diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-18 07:52:37 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-18 07:52:37 +0000 |
commit | 983ce81d944af6e3e785811ebc7085d1e4cc1367 (patch) | |
tree | d3c7741efcbb841e2260fd703c10821d6ba23732 | |
parent | cc5f57603d9036a0348051dafe6db7c297b11c16 (diff) | |
download | coreutils-983ce81d944af6e3e785811ebc7085d1e4cc1367.tar.xz |
Initial revision.
-rw-r--r-- | src/false.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/false.c b/src/false.c new file mode 100644 index 000000000..bc9c703a5 --- /dev/null +++ b/src/false.c @@ -0,0 +1,2 @@ +#define EXIT_STATUS EXIT_FAILURE +#include "true.c" |