mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 07:08:18 +00:00
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:
committed by
Christian Helmuth
parent
8ca63d4a6e
commit
226fcbc02f
@ -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
|
||||
|
Reference in New Issue
Block a user