diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-02-11 15:27:23 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-02-23 20:23:52 +0100 |
commit | 0f928f87850153a38c7e6cfafd283ce4f52a0666 (patch) | |
tree | 55bbb19b5a17cd6e30a29bb3c2446a6e4c02738a /tools/checkwps | |
parent | cbc57af0f3192093177d90861df72c4074566cf8 (diff) |
RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.
Part of this change is to align sdlapp builds to other application targets
in that the sim_* wrappers are not used anymore (except for sim_read/write).
Path mangling is now done in rbpaths.c as well.
Change-Id: I9726da73b50a83d9e1a1840288de16ec01ea029d
Diffstat (limited to 'tools/checkwps')
-rw-r--r-- | tools/checkwps/dir-target.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/checkwps/dir-target.h b/tools/checkwps/dir-target.h deleted file mode 100644 index efe76cb7fe..0000000000 --- a/tools/checkwps/dir-target.h +++ /dev/null @@ -1,27 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2010 Thomas Martitz - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - - -#include <dirent.h> - -#define _mkdir mkdir -#define _opendir opendir - |