diff options
Diffstat (limited to 'toys/other/readlink.c')
-rw-r--r-- | toys/other/readlink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/readlink.c b/toys/other/readlink.c index 51dbf02f..c579635c 100644 --- a/toys/other/readlink.c +++ b/toys/other/readlink.c @@ -3,8 +3,6 @@ * readlink.c - Return string representation of a symbolic link. * * Copyright 2007 Rob Landley <rob@landley.net> - * - * Not in SUSv3. USE_READLINK(NEWTOY(readlink, "<1f", TOYFLAG_BIN)) |