Closed ceolin closed 8 years ago
@edersondisouza I don't think so, since IIO is only supossed to run on linux. +1
@edersondisouza sol-missing.h
is not a installed. Also, it'll need to include this header right ? What will happen in the other platforms ?
@ceolin what you mean? IIO is linux only
@cabelitos i was talking about put this header (linux/limits.h
) in sol-missing.h
. This would cause problems in other platforms.
Indeed. Anyway +1.
+1
merged, thank you guys
NAME_MAX is defined in linux/limits.h, as sol-iio is linux specific, there is no problem in including a linux header.
Signed-off-by: Flavio Ceolin flavio.ceolin@intel.com