From: Andreas Jaeger Date: Wed, 23 Aug 2000 07:22:12 +0000 (+0000) Subject: Add const attribute for dysize. X-Git-Tag: upstream/2.30~24747 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be2623ae79d7d9dcce9e41c04eb96da98bd3b33c;p=external%2Fglibc.git Add const attribute for dysize. --- diff --git a/time/time.h b/time/time.h index 9178d5f..edf34fb 100644 --- a/time/time.h +++ b/time/time.h @@ -273,7 +273,7 @@ extern time_t timegm (struct tm *__tp) __THROW; extern time_t timelocal (struct tm *__tp) __THROW; /* Return the number of days in YEAR. */ -extern int dysize (int __year) __THROW; +extern int dysize (int __year) __THROW __attribute__ ((__const__)); # endif