diff options
Diffstat (limited to 'src/uname.c')
-rw-r--r-- | src/uname.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uname.c b/src/uname.c new file mode 100644 index 0000000..300b797 --- /dev/null +++ b/src/uname.c @@ -0,0 +1,2 @@ +#define main uname_main +#include "../uname/uname.c" |