add htonll and ntohll

This commit is contained in:
Ryo Nakamura
2024-02-12 00:54:28 +09:00
parent f152236844
commit 4e895bb72e
4 changed files with 45 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#error unsupported platform
#endif
#include <config.h>
#include <platform.h>
#include <strerrno.h>
#include <print.h>
@@ -163,3 +164,5 @@ int sem_release(sem_t *sem)
}
#endif