1
0
Fork 0
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:
Peter D'Hoye 2009-07-21 11:59:04 +00:00
parent 83cf0df563
commit c8195d80bf

View file

@ -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