Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/user/pspmoduleinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ enum PspModuleInfoAttr
int __pipe_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); } \
int __pipe_nonblocking_write(int fd, const void *buf, size_t len) { return __pipe_not_supported(); }

/* Disable using socket suuport from POSIX functions. */
/* Disable using socket support from POSIX functions. */
#define PSP_DISABLE_NEWLIB_SOCKET_SUPPORT() \
static int __socket_not_supported() { \
errno = ENOSYS; \
Expand Down
Loading