Changeset 785


Ignore:
Timestamp:
Oct 2, 2003, 3:12:20 AM (22 years ago)
Author:
bird
Message:

Added _Exit() to _exit().

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r784 r785  
    2828        @$(call DO.STDALIAS,_itoa,__std_ltoa,$.itoa.o)
    2929        @$(call DO.STDALIAS,__itoa,__std_ltoa,$._itoa.o)
     30        @$(call DO.STDALIAS,__Exit,__exit,$.__Exit.o)
    3031        @$(foreach x,$(ALIAS.FUNCS),\
    3132          $(call DO.STDALIAS,_$x,__std_$x,$.$x.o)$(NL))
     
    3334          $(call DO.STDALIAS,__$x,__std_$x,$._$x.o)$(NL))
    3435        $(AR) $(ARFLAGS) $@ $(addprefix $.,\
    35           strcasecmp.o strncasecmp.o itoa.o _itoa.o \
     36          strcasecmp.o strncasecmp.o itoa.o _itoa.o __Exit.o \
    3637          $(addsuffix .o,$(ALIAS.FUNCS) $(addprefix _,$(ALIAS._FUNCS))))
    3738        @$(call RM,$(addprefix $., \
    38           strcasecmp.o strncasecmp.o itoa.o _itoa.o \
     39          strcasecmp.o strncasecmp.o itoa.o _itoa.o __Exit.o \
    3940          $(addsuffix .o,$(ALIAS.FUNCS) $(addprefix _,$(ALIAS._FUNCS)))))
    4041
Note: See TracChangeset for help on using the changeset viewer.