Changeset cdada86 in freewrt for toolchain


Ignore:
Timestamp:
Jun 18, 2006, 3:59:44 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
4025ecb
Parents:
b7ddfb2
Message:

Add strlcpy(3) and strlcat(3) from BSD libc here

ok wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@86 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
toolchain/libnotimpl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • toolchain/libnotimpl/Makefile

    rb7ddfb2 rcdada86  
    33LIBNOTIMPL_DIR:=$(TOOL_BUILD_DIR)/libnotimpl
    44
    5 LIBNOTIMPL_SRCS+=./files/math.c
     5LIBNOTIMPL_SRCS+=./files/math.c ./files/strlfun.c
    66LIBNOTIMPL_OBJS:=$(patsubst ./files/%.c,$(LIBNOTIMPL_DIR)/%.o,$(LIBNOTIMPL_SRCS))
    77
Note: See TracChangeset for help on using the changeset viewer.