search for: timerfd_settim

Displaying 3 results from an estimated 3 matches for "timerfd_settim".

Did you mean: timerfd_settime
2018 Jul 02
4
No run cmd /usbhid-ups -k !
I used strace and the result is bus is busy: clock_gettime(CLOCK_MONOTONIC, {8158, 708518222}) = 0 timerfd_settime(11, TFD_TIMER_ABSTIME, {it_interval={0, 0}, it_value={8159, 708518000}}, NULL) = 0 ioctl(12, USBDEVFS_SUBMITURB, 0x40810) = 0 poll([{fd=7, events=POLLIN}, {fd=9, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLOUT}], 4, 60000) = 1 ([{fd=12, revents=POLLOUT}]) ioctl(12, USBDEVFS_REAPURB...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...poll_pwait SYSCALL FOUND: init_module SYSCALL FOUND: delete_module SYSCALL FOUND: mkdirat SYSCALL FOUND: rt_sigsuspend SYSCALL FOUND: openat SYSCALL FOUND: rt_tgsigqueueinfo SYSCALL FOUND: name_to_handle_at SYSCALL FOUND: create_module SYSCALL FOUND: setdomainname SYSCALL FOUND: open SYSCALL FOUND: timerfd_settime SYSCALL FOUND: getxattr SYSCALL FOUND: pause SYSCALL FOUND: swapoff SYSCALL FOUND: ftruncate64 SYSCALL FOUND: mmap2 SYSCALL FOUND: ioperm SYSCALL FOUND: ioprio_get SYSCALL FOUND: setpriority SYSCALL FOUND: rt_sigqueueinfo SYSCALL FOUND: nanosleep SYSCALL FOUND: fanotify_init SYSCALL FOUND: lremove...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux