aboutsummaryrefslogtreecommitdiff
path: root/toys/other/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/truncate.c')
-rw-r--r--toys/other/truncate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/truncate.c b/toys/other/truncate.c
index dccd3215..aa952b16 100644
--- a/toys/other/truncate.c
+++ b/toys/other/truncate.c
@@ -3,8 +3,6 @@
* truncate.c - set file length, extending sparsely if necessary
*
* Copyright 2011 Rob Landley <rob@landley.net>
- *
- * Not in SUSv4
USE_TRUNCATE(NEWTOY(truncate, "<1s#|c", TOYFLAG_BIN))