OSDN Git Service

string/i386/strncpy.c: fixlet for testing code
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 20 Dec 2008 01:54:55 +0000 (01:54 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 20 Dec 2008 01:54:55 +0000 (01:54 -0000)
commit1d5c6ff2a4e8624a24165a9f3469b43113447b9d
tree5703f91d447817658a744140ed056a534c5f5776
parentbd7510cc6b7ea453c1bc1c12949174f6324a6bdc
string/i386/strncpy.c: fixlet for testing code
string/i386/strchrnul.c: new function, adapted from strchr.c

    text           data     bss     dec     hex filename
- 240604           1759   11960  254323   3e173 lib/libuClibc-0.9.30-svn.so
+ 240449           1759   11960  254168   3e0d8 lib/libuClibc-0.9.30-svn.so
libc/string/i386/strchrnul.c [new file with mode: 0644]
libc/string/i386/strncpy.c