forked from len0rd/rockbox
localtime() proto for sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0308fc2c96
commit
56337006ff
1 changed files with 2 additions and 1 deletions
|
|
@ -28,8 +28,9 @@ typedef long time_t;
|
|||
typedefs */
|
||||
#define _TIME_T_DEFINED
|
||||
time_t time(time_t *t);
|
||||
struct tm *localtime(const time_t *timep);
|
||||
|
||||
#endif
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#endif /* _TIME_H_ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue