tadd execl and rand - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a1d42887d63ed853e07242d76b38614ad4eb2c76
DIR parent b94ad13d4bb66daa6644345b055047395b8890b1
HTML Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 22:19:18 +0000
add execl and rand
Diffstat:
M src/lib9/mkfile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/src/lib9/mkfile b/src/lib9/mkfile
t@@ -97,6 +97,7 @@ LIB9OFILES=\
encodefmt.$O\
errstr.$O\
exec.$O\
+ execl.$O\
fcallfmt.$O\
get9root.$O\
getcallerpc-$OBJTYPE.$O\
t@@ -126,6 +127,7 @@ LIB9OFILES=\
postnote.$O\
qlock.$O\
quote.$O\
+ rand.$O\
read9pmsg.$O\
readn.$O\
rfork.$O\