diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 23:09:32 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 23:09:32 +0000 |
commit | 24f818725bb7eeffff055fe5b5a0cd0bdf490bca (patch) | |
tree | ac0fc0406ca926319e182be7ad266033129406db /libc/misc/time | |
parent | 17d53dd7b38b024c5e1471610a21092fa73d13da (diff) |
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ...
Diffstat (limited to 'libc/misc/time')
-rw-r--r-- | libc/misc/time/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index fac85638e..74b38f99e 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -754,7 +754,7 @@ time_t mktime(struct tm *timeptr) /* Another name for `mktime'. */ /* time_t timelocal(struct tm *tp) */ -weak_alias(mktime,timelocal); +weak_alias(mktime,timelocal) #endif /**********************************************************************/ |