From 0c93f6c7ab7aab56b39793a2317a9bff16b8ae04 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 29 Apr 2007 19:55:21 -0400 Subject: Add readlink, xreadlink(), and change xrealloc() to not fight the stupid compiler so much. --- toys/toylist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/toylist.h') diff --git a/toys/toylist.h b/toys/toylist.h index d686877c..125b0376 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -94,6 +94,7 @@ USE_HELLO(NEWTOY(hello, NULL, TOYFLAG_USR)) USE_MKE2FS(NEWTOY(mke2fs, MKE2FS_OPTSTRING, TOYFLAG_SBIN)) USE_ONEIT(NEWTOY(oneit, "+<1p", TOYFLAG_SBIN)) USE_PWD(NEWTOY(pwd, NULL, TOYFLAG_BIN)) +USE_READLINK(NEWTOY(readlink, "<1f", TOYFLAG_BIN)) USE_TOYSH(OLDTOY(sh, toysh, "c:i", TOYFLAG_BIN)) USE_SYNC(NEWTOY(sync, NULL, TOYFLAG_BIN)) USE_TOUCH(NEWTOY(touch, "l#t:r:mca", TOYFLAG_BIN)) -- cgit v1.2.3