diff options
author | jbj <devnull@localhost> | 2002-04-14 21:48:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-04-14 21:48:44 +0000 |
commit | b463db44dced1a5dd6bab2cb04e8f1a55aa72c67 (patch) | |
tree | 8798f1833bd6834a790f370b21a20b1141316496 /system.h | |
parent | e6ebdb1d9fe1fb6077dacd6be378bab982ddcd34 (diff) | |
download | rpm-b463db44dced1a5dd6bab2cb04e8f1a55aa72c67.tar.gz rpm-b463db44dced1a5dd6bab2cb04e8f1a55aa72c67.tar.bz2 rpm-b463db44dced1a5dd6bab2cb04e8f1a55aa72c67.zip |
- use build time to choose one of multiple alternative suggestions.
- add --nosuggests to disable suggested resolutions.
- splint fiddles.
CVS patchset: 5406
CVS date: 2002/04/14 21:48:44
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ char *realpath(const char *path, char resolved_path []); #if defined(__LCLINT__) /*@-declundef -incondefs @*/ /* LCL: missing annotation */ -/*@only@*/ void * alloca (size_t __size) +/*@only@*/ /*@out@*/ void * alloca (size_t __size) /*@ensures MaxSet(result) == (__size - 1) @*/ /*@*/; /*@=declundef =incondefs @*/ |