mirror of git://git.musl-libc.org/musl
remove old useless timezone.s file (unused)
This commit is contained in:
parent
73d2fde119
commit
76100a724e
|
@ -1,27 +0,0 @@
|
|||
.data
|
||||
|
||||
.global timezone
|
||||
.global __timezone
|
||||
.global daylight
|
||||
.global __daylight
|
||||
.global tzname
|
||||
.global __tzname
|
||||
|
||||
__timezone:
|
||||
timezone:
|
||||
.long 0
|
||||
.size timezone,.-timezone
|
||||
.size __timezone,.-__timezone
|
||||
|
||||
__daylight:
|
||||
daylight:
|
||||
.long 0
|
||||
.size daylight,.-daylight
|
||||
.size __daylight,.-__daylight
|
||||
|
||||
__tzname:
|
||||
tzname:
|
||||
.long 0
|
||||
.long 0
|
||||
.size tzname,.-tzname
|
||||
.size __tzname,.-__tzname
|
Loading…
Reference in New Issue