Add const attribute for dysize.

This commit is contained in:
Andreas Jaeger 2000-08-23 07:22:12 +00:00
parent 24c7f4c14b
commit be2623ae79

View file

@ -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