From 2723531ff3168f566b4e16f7d6f2981a63c9da6a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Apr 2003 13:35:31 +0000 Subject: remove the ifdef for simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3616 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/sprintf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/common/sprintf.c') diff --git a/firmware/common/sprintf.c b/firmware/common/sprintf.c index e72648cfae..5dd86b77d6 100644 --- a/firmware/common/sprintf.c +++ b/firmware/common/sprintf.c @@ -175,8 +175,6 @@ int vsnprintf(char *buf, int size, const char *fmt, va_list ap) return pr.bytes; } -#ifndef SIMULATOR - struct for_fprintf { int fd; /* where to store it */ int bytes; /* amount stored */ @@ -211,4 +209,4 @@ int fprintf(int fd, const char *fmt, ...) return fpr.bytes; /* return 0 on error */ } -#endif + -- cgit v1.2.3