commit | 8f690e291bedd5a3a550c0cad28f0d530a7e8550 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Nov 08 10:06:28 2018 +0300 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Nov 08 09:47:46 2018 -0800 |
tree | 9db4769ead7cd9cddb94ba71b6eaf0ef835e7e1c | |
parent | 93bd26343ef5c0c0b71f269efe5fe53f87406885 [diff] |
lib: fdtable: FD method tables should be const. FD method tables contain function pointers, and thus should be const and reside in ROM. This patch fixes all cases of FD vtable definitions: for POSIX FS API and for sockets. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>