aboutsummaryrefslogtreecommitdiff
path: root/toys/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/readlink.c')
-rw-r--r--toys/readlink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/toys/readlink.c b/toys/readlink.c
index 60a49770..c602f78e 100644
--- a/toys/readlink.c
+++ b/toys/readlink.c
@@ -1,8 +1,9 @@
/* vi: set sw=4 ts=4: */
/*
* readlink.c - Return string representation of a symbolic link.
+ *
+ * Not in SUSv3.
*/
-// Note: Hardware in LINK_MAX as 127 since it was removed from glibc.
#include "toys.h"