diff options
Diffstat (limited to 'toys/hello.c')
-rw-r--r-- | toys/hello.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/hello.c b/toys/hello.c index bb344e93..12dd7ac0 100644 --- a/toys/hello.c +++ b/toys/hello.c @@ -1,6 +1,8 @@ /* vi: set sw=4 ts=4: */ /* * hello.c - A hello world program. + * + * Not in SUSv3. */ #include "toys.h" |