]> Savannah Git Hosting - gnulib.git/commit
Android doesn't define RLIM_SAVED_*
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Feb 2015 03:07:46 +0000 (19:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Feb 2015 03:08:12 +0000 (19:08 -0800)
commitcc0a1a96a5243da277be383995a8b0c109dcaac2
tree5488c92266f98e79375d65b16ccb30468ca81b98
parent5220348250cdd7789d74a0d749a9aa1be2631d25
Android doesn't define RLIM_SAVED_*

Portability problem reported by Kevin Cernekee in:
http://lists.gnu.org/archive/html/bug-gnulib/2015-02/msg00122.html
* doc/posix-headers/sys_resource.texi (sys/resource.h):
Mention the portability problem.
* lib/getdtablesize.c (RLIM_SAVED_CUR, RLIM_SAVED_MAX):
Define if not defined.
* m4/dup2.m4 (gl_FUNC_DUP2):
* m4/fcntl.m4 (gl_FUNC_FCNTL):
Likewise.
ChangeLog
doc/posix-headers/sys_resource.texi
lib/getdtablesize.c
m4/dup2.m4
m4/fcntl.m4