aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-11 04:04:40 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-11 04:04:40 +0000
commit9844d6a63611ff9bd282a78d61823e4b87f720ea (patch)
treeaeb1f6e6d123b0038985157bf6e82e0926e89b79 /include
parentd2694466c54da18b15d7fb4f998deb0e5625641f (diff)
downloadbusybox-w32-9844d6a63611ff9bd282a78d61823e4b87f720ea.tar.gz
busybox-w32-9844d6a63611ff9bd282a78d61823e4b87f720ea.tar.bz2
busybox-w32-9844d6a63611ff9bd282a78d61823e4b87f720ea.zip
Robert P. J. Day writes: even in the header file, make it clear that the routine depends on __uClinux__
git-svn-id: svn://busybox.net/trunk/busybox@14812 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index edbc58206..acda7f615 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -479,8 +479,11 @@ extern void llist_free(llist_t *elm);
479extern void print_login_issue(const char *issue_file, const char *tty); 479extern void print_login_issue(const char *issue_file, const char *tty);
480extern void print_login_prompt(void); 480extern void print_login_prompt(void);
481 481
482#if defined(__uClinux__)
482extern void vfork_daemon_rexec(int nochdir, int noclose, 483extern void vfork_daemon_rexec(int nochdir, int noclose,
483 int argc, char **argv, char *foreground_opt); 484 int argc, char **argv, char *foreground_opt);
485#endif
486
484extern int get_terminal_width_height(int fd, int *width, int *height); 487extern int get_terminal_width_height(int fd, int *width, int *height);
485extern unsigned long get_ug_id(const char *s, long (*__bb_getxxnam)(const char *)); 488extern unsigned long get_ug_id(const char *s, long (*__bb_getxxnam)(const char *));
486 489