Skip to content

Commit

Permalink
RLIMIT_RTTIME was added to the kernel in 2008, you can't expect uClib…
Browse files Browse the repository at this point in the history
…c to have noticed yet.
  • Loading branch information
landley committed Feb 19, 2016
1 parent 32b3587 commit 42cad12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/portability.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
#define AT_REMOVEDIR 0x200
#endif

#ifndef RLIMIT_RTTIME
#define RLIMIT_RTTIME 15
#endif

// We don't define GNU_dammit because we're not part of the gnu project, and
// don't want to get any FSF on us. Unfortunately glibc (gnu libc)
// won't give us Linux syscall wrappers without claiming to be part of the
Expand Down

0 comments on commit 42cad12

Please sign in to comment.