Remove remote shell support from libc

The remote shell facilities are past deprecation and there is an
obligation to prevent their use rather than to support them. This patch
removes the related function definitions from 'unistd.h', which have not
been been included in the Genode libc ABI regardless.

Fix #2530
This commit is contained in:
Emery Hemingway
2017-09-28 10:43:30 -05:00
committed by Christian Helmuth
parent 8ca63d4a6e
commit 226fcbc02f
4 changed files with 37 additions and 3 deletions

View File

@ -21,8 +21,6 @@ SRC_C += vars.c
# b64_ntop
SRC_C += base64.c
SRC_C += rcmd.c rcmdsh.c
include $(REP_DIR)/lib/mk/libc-common.inc
INC_DIR += $(REP_DIR)/include/libc