Commit Graph

8 Commits

Author SHA1 Message Date
OrigamiK
0c7a3f1e5a fix parameter warning 2022-10-02 03:29:49 +05:30
Wally4000
8d1401caa5 Add missing include sys/time.h 2022-04-19 09:15:53 +10:00
rofl0r
f35827f130 psputils.h: fix header inclusion for clock_t
clock_t is defined in <time.h>, but not <sys/time.h> in newlib 4.1.0.

this fixes a compile error in files including this header:

In file included from psp-elf/bin/../psp/sdk/include/pspuser.h:25:0,
                 from psp-elf/bin/../psp/sdk/include/pspkernel.h:17,
                 from ./include/driver/me.h:5,
                 from src/me.c:1:
psp-elf/bin/../psp/sdk/include/psputils.h:51:1: error: unknown type name 'clock_t'
make[1]: *** [src/me.o] Error 1

encountered while trying to compile MElib.
2022-03-28 00:28:35 +00:00
Francisco Javier Trujillo Mata
98bed321f1 Fix wrong struct used for timeval. Newlib expects 64bits for seconds and PSP expects 32 2021-11-23 01:31:06 +01:00
Paul Sajna
1f37590ef4 fix doxygen addgroup syntax 2020-10-03 13:02:09 -07:00
Carsten Teibes
7c6e46b487 Remove outdated svn ids, change url, fix permissions
Convert to unix line endings
2020-05-08 00:50:41 +02:00
Sam Hegarty
e3279bfee3 sync with devkit psp 2011-10-24 21:07:54 +13:00
Dan Peori
8a3bef9012 first commit 2010-10-18 12:54:49 -03:00