lmkd/include
Elliott Hughes c2d8bfdf59 Don't define LINE_MAX.
It's a POSIX mistake we'd been avoiding, but finally added to
bionic.

It's unclear to me that this code shouldn't just be using fscanf()
and getline() to simplify the code and avoid arbitrary hard-coded
limits -- since the code does do some allocation already -- but
that's a bigger cleanup for a code owner.

Change-Id: Ibab28f082a084c1f933ee6a39aa4ee3fa7868e5a
2024-04-09 16:16:03 +00:00
..
liblmkd_utils.h Add boot completed cmd to LMKD 2024-04-02 22:25:36 +00:00
lmkd.h Don't define LINE_MAX. 2024-04-09 16:16:03 +00:00
lmkd_hooks.h lmkd: Add hooks to LMKD 2022-06-22 03:35:23 +00:00