zephyr/lib/posix
Flavio Ceolin 17c7db6bbe lib: posix: Explicitly ignoring return of memcpy
According with MISRA-C the value returned by a non-void function has
to be used. As memcpy return is almost useless, we are explicitly
ignoring it.

MISRA-C rule 17.7

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-12-19 14:37:25 +01:00
..
clock.c lib: posix: clock: Implement clock_settime 2018-09-11 09:21:52 -04:00
CMakeLists.txt lib: posix: Build pthreads files depending on CONFIG_PTHREAD_IPC 2018-10-02 10:51:52 -07:00
fs.c lib: posix: Explicitly ignoring return of memcpy 2018-12-19 14:37:25 +01:00
Kconfig lib: posix: Implement generic file descriptor table 2018-11-04 22:04:11 +01:00
mqueue.c lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
pthread_barrier.c kernel: Change _reschedule signature 2018-09-14 16:55:37 -04:00
pthread_common.c lib: posix: pthread_common: Don't depend on pthreads 2018-10-02 10:51:52 -07:00
pthread_cond.c lib: posix: Implement posix mutex APIs 2018-05-18 23:02:28 +03:00
pthread_key.c posix: add pthread_key and pthread_once APIs 2018-07-19 08:46:33 -04:00
pthread_mutex.c kernel: Change _reschedule signature 2018-09-14 16:55:37 -04:00
pthread_rwlock.c lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
pthread_sched.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
pthread.c lib: posix: Explicitly ignoring return of memcpy 2018-12-19 14:37:25 +01:00
semaphore.c lib: posix: Return errno code 2018-10-31 12:15:22 -04:00
sleep.c lib: posix: Move posix layer from 'kernel' to 'lib' 2018-04-05 16:43:05 -04:00
timer.c lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00