userland: classify linux

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 14270ad7b3
commit e26a60f376
2 changed files with 26 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ int main(__attribute__((unused)) int argc, char **argv) {
/* Misc syscalls. */
printf("time(NULL) = %ju\n", (uintmax_t)time(NULL));
printf("pid = %ju\n", (uintmax_t)getpid());
printf("pid = %ju\n", (uintmax_t)getpid());
/* malloc */
ip = malloc(sizeof(*ip));