diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-17 03:31:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-17 03:31:32 +0100 |
commit | 896026a8991aa4f55c2e7a20efc22f1a8c52ee80 (patch) | |
tree | 460c2a9d8af07b6f7982e4b18c69030aca691e2a /src | |
parent | m + typo + split (almost all) string/*.c (diff) | |
download | slibc-896026a8991aa4f55c2e7a20efc22f1a8c52ee80.tar.gz slibc-896026a8991aa4f55c2e7a20efc22f1a8c52ee80.tar.bz2 slibc-896026a8991aa4f55c2e7a20efc22f1a8c52ee80.tar.xz |
move strerror*.c to new dir: strerror/
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/string/strerror/strerror.c (renamed from src/string/strerror.c) | 0 | ||||
-rw-r--r-- | src/string/strerror/strerror_l.c (renamed from src/string/strerror_l.c) | 0 | ||||
-rw-r--r-- | src/string/strerror/strerror_r_gnu.c (renamed from src/string/strerror_r_gnu.c) | 0 | ||||
-rw-r--r-- | src/string/strerror/strerror_r_xsi.c (renamed from src/string/strerror_r_xsi.c) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/string/strerror.c b/src/string/strerror/strerror.c index 315e40d..315e40d 100644 --- a/src/string/strerror.c +++ b/src/string/strerror/strerror.c diff --git a/src/string/strerror_l.c b/src/string/strerror/strerror_l.c index 838040f..838040f 100644 --- a/src/string/strerror_l.c +++ b/src/string/strerror/strerror_l.c diff --git a/src/string/strerror_r_gnu.c b/src/string/strerror/strerror_r_gnu.c index 3e8bfd4..3e8bfd4 100644 --- a/src/string/strerror_r_gnu.c +++ b/src/string/strerror/strerror_r_gnu.c diff --git a/src/string/strerror_r_xsi.c b/src/string/strerror/strerror_r_xsi.c index 70c3bc8..70c3bc8 100644 --- a/src/string/strerror_r_xsi.c +++ b/src/string/strerror/strerror_r_xsi.c |