Add system calls for gethostname and sethostname

This commit is contained in:
Gregory Nutt
2015-07-05 08:40:56 -06:00
parent e1c306f2dd
commit f31a96cfbf
5 changed files with 45 additions and 16 deletions
+5
View File
@@ -611,6 +611,11 @@ testbuild.sh
configuration names depends on the underlying architecture of the
configured board.
NOTE: The environment variable APPSDIR should be set to the relative
path to the application directory when running this script like:
$ export APPSDIR=../apps
zipme.sh
--------