Skip to content

Commit

Permalink
newlib implements shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Oct 6, 2016
1 parent e4384d0 commit f903ce6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ bool platform_supports_hevc(enum platform system) {
}

#ifdef __vita__
int shutdown(int s, int how) {
return sceNetShutdown(s, how);
}

int chmod(const char *path, mode_t mode) {
return 0;
}
Expand All @@ -154,4 +150,4 @@ uid_t getgid(void) {
uid_t getegid(void) {
return 1;
}
#endif
#endif

0 comments on commit f903ce6

Please sign in to comment.