Citron/src/core/hle/service/sockets
Zephyron 227db142e2
sockets: reorder errno values numerically
Reorder the Errno enum values to be in ascending numerical order,
moving NOMEM (12) to be between AGAIN (11) and INVAL (22). This
improves readability and makes it easier to verify completeness
of the error code list.
2025-02-08 19:21:47 +10:00
..
bsd.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
bsd.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
nsd.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
nsd.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
sfdnsres.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
sfdnsres.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
sockets.cpp Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
sockets.h sockets: reorder errno values numerically 2025-02-08 19:21:47 +10:00
sockets_translate.cpp network: Add NOMEM errno handling for socket operations 2025-01-28 16:20:54 +10:00
sockets_translate.h Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00