diff options
author | Rob Landley <rob@landley.net> | 2007-12-03 20:05:57 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-12-03 20:05:57 -0600 |
commit | fece5cb6d796119eccb1ae0074e5b3aaccbb74ee (patch) | |
tree | 804f21beae802f05fe04aabc6a8f74fdc6aaa6f0 /toys/readlink.c | |
parent | ebff8ee282dd2eee7c2fd9da0587573520b41df0 (diff) | |
download | toybox-fece5cb6d796119eccb1ae0074e5b3aaccbb74ee.tar.gz |
Add comments about SUSv3 specs (or lack thereof).
Diffstat (limited to 'toys/readlink.c')
-rw-r--r-- | toys/readlink.c | 3 |
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" |