/* * Fara nici o blocare */ my_lock(fd) int fd; { return; } my_unlock(fd) int fd; { return; }