int { int fd[2], err; pipe(fd); err = fcntl(fd[0], F_SETOWN, getpid()); if printf("fcntl failed: %d\n", errno); return 0; } /* Output: fcntl failed: 25 */
int { int fd[2], err; pipe(fd); err = fcntl(fd[0], F_SETOWN, getpid()); if printf("fcntl failed: %d\n", errno); return 0; } /* Output: fcntl failed: 25 */