summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-04-14 21:48:44 +0000
committerjbj <devnull@localhost>2002-04-14 21:48:44 +0000
commitb463db44dced1a5dd6bab2cb04e8f1a55aa72c67 (patch)
tree8798f1833bd6834a790f370b21a20b1141316496 /system.h
parente6ebdb1d9fe1fb6077dacd6be378bab982ddcd34 (diff)
downloadrpm-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index 45a6c154e..00594a125 100644
--- a/system.h
+++ b/system.h
@@ -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 @*/