1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

coverity: update models

Latest versions do get quite  strange - so let's use suggestions
from their authors...
This commit is contained in:
Zdenek Kabelac 2017-03-14 14:15:55 +01:00
parent 115fd205de
commit 0dcb928d1e

View File

@ -71,6 +71,17 @@ void model_FD_ZERO(void *fdset)
((long*)fdset)[i] = 0;
}
/* Resent Coverity reports quite weird errors... */
int *__errno_location(void)
{
}
const unsigned short **__ctype_b_loc (void)
{
}
/*
* Added extra pointer check to not need these models,
* for now just keep then in file