1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

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