Funny maemo code – part 1
Hi all,
Sometimes a I find funny code and some are very funny. Look this comment in maemo code.
…
chdir(“/”);
/* Protect us from the oom monster. */
rise_oom_defense(getpid());
}
…
/* Protect our special childs from the oom monster. */
if (prog->prio < 0)
rise_oom_defense(getpid());
…
Categories: dica