X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fprocess.h;h=080685b8551cdc2a40d697d3c38ceaa25852f84a;hb=bc5f818d21b7aceaf2c0e263b00aa4295211d8f9;hp=b995cf573f3d3dfac4631f3f5804edfce186101c;hpb=63d7c945746d3dc7c98928883213603711c0b0b3;p=libucw.git diff --git a/ucw/process.h b/ucw/process.h index b995cf57..080685b8 100644 --- a/ucw/process.h +++ b/ucw/process.h @@ -10,6 +10,19 @@ #ifndef _UCW_PROCESS_H #define _UCW_PROCESS_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define echo_command ucw_echo_command +#define echo_command_v ucw_echo_command_v +#define exec_command ucw_exec_command +#define exec_command_v ucw_exec_command_v +#define format_exit_status ucw_format_exit_status +#define getproctitle ucw_getproctitle +#define run_command ucw_run_command +#define run_command_v ucw_run_command_v +#define setproctitle ucw_setproctitle +#define setproctitle_init ucw_setproctitle_init +#endif + /* proctitle.c */ // Must be called before parsing of arguments