diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-23 14:38:30 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-23 14:38:30 +0000 |
commit | 6fa52ec791e030081b7102f50222a13af7fa0d49 (patch) | |
tree | 6e27183ba1e77a9b68f1fb44f9418e0a4b45f497 /test/stdlib/ptytest.c | |
parent | 6a200ab5331e4d93c99adf22372d66633a296d4c (diff) | |
download | uClibc-alpine-6fa52ec791e030081b7102f50222a13af7fa0d49.tar.bz2 uClibc-alpine-6fa52ec791e030081b7102f50222a13af7fa0d49.tar.xz |
Merge from trunk.
Diffstat (limited to 'test/stdlib/ptytest.c')
-rw-r--r-- | test/stdlib/ptytest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdlib/ptytest.c b/test/stdlib/ptytest.c index dd531b416..a79563880 100644 --- a/test/stdlib/ptytest.c +++ b/test/stdlib/ptytest.c @@ -5,7 +5,7 @@ #include <stdio.h> #include <stdlib.h> -int main() +int main(int argc, char **argv) { int fd; char *cp; |