OSDN Git Service

Add in wordexp support (mostly stubbed out for now) since the busybox
authorEric Andersen <andersen@codepoet.org>
Thu, 8 Mar 2001 16:49:37 +0000 (16:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 8 Mar 2001 16:49:37 +0000 (16:49 -0000)
commitf89c67d20b3014038d023f8b686a3df2c797bd9f
treeb0168b139177edee99b0edca650ead82198b8a26
parent8bceedc67ca3ec732f7d6524cb023352d4aaf0c7
Add in wordexp support (mostly stubbed out for now) since the busybox
shell, lash, is about to start using wordexp.
 -Erik
include/string.h
libc/misc/Makefile
libc/misc/wordexp/Makefile [new file with mode: 0644]
libc/misc/wordexp/wordexp.c [new file with mode: 0644]
libc/misc/wordexp/wordexp_stub.c [new file with mode: 0644]