Created
December 15, 2015 19:25
-
-
Save exodist/62360c3f4db7b4fbf2ae to your computer and use it in GitHub Desktop.
hmm?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dup(1) = 3 | |
| ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
| lseek(3, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
| fstat(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0 | |
| fcntl(3, F_SETFD, FD_CLOEXEC) = 0 | |
| ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
| lseek(3, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
| dup(2) = 4 | |
| ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
| lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) | |
| fstat(4, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0 | |
| fcntl(4, F_SETFD, FD_CLOEXEC) = 0 | |
| ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 | |
| lseek(4, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment