Changeset 647


Ignore:
Timestamp:
Sep 7, 2003, 2:58:03 AM (22 years ago)
Author:
bird
Message:

Make aliases for daylight, timezone and tzname.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/emx/src/lib/alias/alias.smak

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r646 r647  
    2424$.$(.TARG): $.stmp-libc-std
    2525        $(call RM,$@)
     26        @$(call DO.STDALIAS,daylight,_daylight,$.daylight.o)
     27        @$(call DO.STDALIAS,timezone,_timezone,$.timezone.o)
     28        @$(call DO.STDALIAS,tzname,_tzname,$.tzname.o)
    2629        @$(call DO.STDALIAS,_strcasecmp,__std_stricmp,$.strcasecmp.o)
    2730        @$(call DO.STDALIAS,_strncasecmp,__std_strnicmp,$.strncasecmp.o)
Note: See TracChangeset for help on using the changeset viewer.