Skip to content
Snippets Groups Projects
  • Andrew Walbran's avatar
    51acd7f4
    Android: Add various constants and functions. · 51acd7f4
    Andrew Walbran authored
    In particular:
    Add timerfd constants and functions, from sys/timerfd.h.
    Add EFD_SEMAPHORE and group all EFD_ constants together.
    Add sigtimedwait function, from signal.h.
    Add missing fallocate constants and functions, from linux/falloc.h and fcntl.h.
    Add xattr functions, from sys/xattr.h.
    Add SCHED_ and SEEK_ constants, from linux/sched.h and bits/seek_constants.h.
    Add rlimit functions, from sys/resource.h.
    Add RENAME_ constants, from stdio.h.
    Add ino64_t type, from sys/types.h.
    51acd7f4
    History
    Android: Add various constants and functions.
    Andrew Walbran authored
    In particular:
    Add timerfd constants and functions, from sys/timerfd.h.
    Add EFD_SEMAPHORE and group all EFD_ constants together.
    Add sigtimedwait function, from signal.h.
    Add missing fallocate constants and functions, from linux/falloc.h and fcntl.h.
    Add xattr functions, from sys/xattr.h.
    Add SCHED_ and SEEK_ constants, from linux/sched.h and bits/seek_constants.h.
    Add rlimit functions, from sys/resource.h.
    Add RENAME_ constants, from stdio.h.
    Add ino64_t type, from sys/types.h.