android_system_core/fs_mgr
Irina Tirdea 295b82bd69 Rename getline to fs_getline for fs_mgr
fs_mgr defines its own version of getline and uses it
internally. This leads to a build error if getline is
also defined in bionic, since fs_mgr will see readline
as defined internally.

Rename getline in fs_mgr to a local name (fs_getline)
so that there will no longer be any conflicts.

This is needed it we want to add getline in bionic.

Change-Id: I3a32be71a645e122629802d98ff8f9ab9c419e86
Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
2012-09-12 19:48:51 +03:00
..
include A filesystem manager library to mount filesystems for init. 2012-05-01 13:14:14 -07:00
Android.mk A filesystem manager library to mount filesystems for init. 2012-05-01 13:14:14 -07:00
fs_mgr.c Rename getline to fs_getline for fs_mgr 2012-09-12 19:48:51 +03:00
fs_mgr_main.c A filesystem manager library to mount filesystems for init. 2012-05-01 13:14:14 -07:00
fs_mgr_priv.h A filesystem manager library to mount filesystems for init. 2012-05-01 13:14:14 -07:00