projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
441fae4
)
(find_transition, compute_tzname_max): Mark as internal function.
author
drepper
<drepper>
Mon, 6 Oct 1997 02:25:43 +0000
(
02:25
+0000)
committer
drepper
<drepper>
Mon, 6 Oct 1997 02:25:43 +0000
(
02:25
+0000)
time/tzfile.c
patch
|
blob
|
history
diff --git
a/time/tzfile.c
b/time/tzfile.c
index
9289de6
..
4b891b4
100644
(file)
--- a/
time/tzfile.c
+++ b/
time/tzfile.c
@@
-45,8
+45,8
@@
struct leap
extern char * __tzstring (const char *); /* Defined in tzset.c. */
extern char * __tzstring (const char *); /* Defined in tzset.c. */
-static struct ttinfo *find_transition (time_t timer);
-static void compute_tzname_max (size_t);
+static struct ttinfo *find_transition (time_t timer)
internal_function
;
+static void compute_tzname_max (size_t)
internal_function
;
static size_t num_transitions;
static time_t *transitions = NULL;
static size_t num_transitions;
static time_t *transitions = NULL;
@@
-382,6
+382,7
@@
__tzfile_default (const char *std, const char *dst,
}
\f
static struct ttinfo *
}
\f
static struct ttinfo *
+internal_function
find_transition (time_t timer)
{
size_t i;
find_transition (time_t timer)
{
size_t i;
@@
-460,6
+461,7
@@
__tzfile_compute (time_t timer, int use_localtime,
}
\f
static void
}
\f
static void
+internal_function
compute_tzname_max (size_t chars)
{
extern size_t __tzname_cur_max; /* Defined in tzset.c. */
compute_tzname_max (size_t chars)
{
extern size_t __tzname_cur_max; /* Defined in tzset.c. */