Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
define _GETDELIM for getline() on AIX
On AIX 6.1, getdelim() and getline() are not provided by default, causing a gcc compilation error. With _GETDELIM defined, AIX's stdio.h header provides definitions for these routines. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89356 Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
- Loading branch information