diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-07-21 17:12:39 +0100 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-07-23 10:19:53 +0100 |
commit | 3f1932e927ae070261a8d428d5c5f158c2f525ba (patch) | |
tree | 286e9acc48a43dd751e4112144eb7d4d6ba62533 /gnu/imaxtostr.c | |
parent | f86053dd05b02441d0c27eb68524ae3c1cf0fe81 (diff) | |
download | cpio-3f1932e927ae070261a8d428d5c5f158c2f525ba.tar.gz cpio-3f1932e927ae070261a8d428d5c5f158c2f525ba.tar.bz2 cpio-3f1932e927ae070261a8d428d5c5f158c2f525ba.zip |
downgrade to 2.8 (GPLv2)
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'gnu/imaxtostr.c')
-rw-r--r-- | gnu/imaxtostr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/imaxtostr.c b/gnu/imaxtostr.c deleted file mode 100644 index af7316d..0000000 --- a/gnu/imaxtostr.c +++ /dev/null @@ -1,6 +0,0 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ -#define inttostr imaxtostr -#define inttype intmax_t -#define inttype_is_signed 1 -#include "inttostr.c" |