forked from len0rd/rockbox
By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10416)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21992 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
83cf0df563
commit
c8195d80bf
1 changed files with 0 additions and 9 deletions
|
@ -23,15 +23,6 @@ void readsf_banana( void); /* debugging */
|
|||
#include "m_imp.h"
|
||||
#include "s_stuff.h"
|
||||
|
||||
#define open rb->open
|
||||
#define close rb->close
|
||||
#define strcpy rb->strcpy
|
||||
#define strcat rb->strcat
|
||||
#define strlen rb->strlen
|
||||
#define strcmp rb->strcmp
|
||||
#define strrchr rb->strrchr
|
||||
#define strncat rb_strncat
|
||||
|
||||
#else /* ROCKBOX */
|
||||
#include <stdlib.h>
|
||||
#ifdef UNIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue