diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
commit | 8a00f44bf4675076adfe312b71a6ff3670feef7d (patch) | |
tree | bd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/runit_lib.h | |
parent | a5342b4541c9c6b350ca015b94c7fd00d125e088 (diff) | |
download | busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.tar.gz busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.tar.bz2 busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.zip |
runit: add runsv, runsvdir and sv. Oh yes.
It even seems to work. +11K. :(
Diffstat (limited to 'runit/runit_lib.h')
-rw-r--r-- | runit/runit_lib.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runit/runit_lib.h b/runit/runit_lib.h index d306164ea..1f911919d 100644 --- a/runit/runit_lib.h +++ b/runit/runit_lib.h | |||
@@ -233,7 +233,7 @@ int ta_append(ta *x,const type *i) \ | |||
233 | 233 | ||
234 | 234 | ||
235 | /*** stralloc.h ***/ | 235 | /*** stralloc.h ***/ |
236 | 236 | #if 0 | |
237 | GEN_ALLOC_typedef(stralloc,char,s,len,a) | 237 | GEN_ALLOC_typedef(stralloc,char,s,len,a) |
238 | 238 | ||
239 | extern int stralloc_ready(stralloc *,unsigned); | 239 | extern int stralloc_ready(stralloc *,unsigned); |
@@ -256,7 +256,7 @@ extern int stralloc_catlong0(stralloc *,long,unsigned); | |||
256 | #define stralloc_catuint0(sa,i,n) (stralloc_catulong0((sa),(i),(n))) | 256 | #define stralloc_catuint0(sa,i,n) (stralloc_catulong0((sa),(i),(n))) |
257 | #define stralloc_catint0(sa,i,n) (stralloc_catlong0((sa),(i),(n))) | 257 | #define stralloc_catint0(sa,i,n) (stralloc_catlong0((sa),(i),(n))) |
258 | #define stralloc_catint(sa,i) (stralloc_catlong0((sa),(i),0)) | 258 | #define stralloc_catint(sa,i) (stralloc_catlong0((sa),(i),0)) |
259 | 259 | #endif | |
260 | 260 | ||
261 | /*** iopause.h ***/ | 261 | /*** iopause.h ***/ |
262 | 262 | ||
@@ -290,9 +290,9 @@ extern int open_write(const char *); | |||
290 | 290 | ||
291 | 291 | ||
292 | /*** openreadclose.h ***/ | 292 | /*** openreadclose.h ***/ |
293 | 293 | #if 0 | |
294 | extern int openreadclose(const char *,stralloc *,unsigned); | 294 | extern int openreadclose(const char *,stralloc *,unsigned); |
295 | 295 | #endif | |
296 | 296 | ||
297 | /*** pathexec.h ***/ | 297 | /*** pathexec.h ***/ |
298 | 298 | ||
@@ -313,10 +313,10 @@ extern int prot_uid(int); | |||
313 | 313 | ||
314 | 314 | ||
315 | /*** readclose.h ***/ | 315 | /*** readclose.h ***/ |
316 | 316 | #if 0 | |
317 | extern int readclose_append(int,stralloc *,unsigned); | 317 | extern int readclose_append(int,stralloc *,unsigned); |
318 | extern int readclose(int,stralloc *,unsigned); | 318 | extern int readclose(int,stralloc *,unsigned); |
319 | 319 | #endif | |
320 | 320 | ||
321 | /*** scan.h ***/ | 321 | /*** scan.h ***/ |
322 | 322 | ||