[PATCH] librt: Add partial posix_spawn support

Khem Raj raj.khem at gmail.com
Thu Mar 1 06:23:33 UTC 2012


On 02/29/2012 07:40 PM, Ismael Luceno wrote:
> 
> Signed-off-by: Ismael Luceno <ismael.luceno at gmail.com>
> ---
>  include/spawn.h                |  266 ++++++++++++++++++++++++++++++++++++++++
>  librt/spawn.c                  |   61 +++++++++
>  librt/spawn_faction_addclose.c |   51 ++++++++
>  librt/spawn_faction_adddup2.c  |   52 ++++++++
>  librt/spawn_faction_addopen.c  |   55 ++++++++
>  librt/spawn_faction_init.c     |   42 +++++++
>  librt/spawn_int.h              |   29 +++++
>  7 files changed, 556 insertions(+), 0 deletions(-)
>  create mode 100644 include/spawn.h
>  create mode 100644 librt/spawn.c
>  create mode 100644 librt/spawn_faction_addclose.c
>  create mode 100644 librt/spawn_faction_adddup2.c
>  create mode 100644 librt/spawn_faction_addopen.c
>  create mode 100644 librt/spawn_faction_init.c
>  create mode 100644 librt/spawn_int.h

Can you please add kconfig knob for it



More information about the uClibc mailing list