examples/coap-server : trivial patch on handle signal function
authorJin-Seong Kim <jseong82.kim@samsung.com>
Mon, 29 May 2017 07:51:59 +0000 (16:51 +0900)
committerEunBong Song <eunb.song@samsung.com>
Tue, 11 Jul 2017 01:26:56 +0000 (10:26 +0900)
commit9de9e1f1a6ad7de219028d842bac1f7bbdb9c1ab
tree1cc949bd3ce18d96cceca4b6182d9bb24e96626b
parent1029038645709e559ad5a20ba4919badbe229f00
examples/coap-server : trivial patch on handle signal function

This commit is trivial patch on handle signal function
 - handle_sigint function name can be used by other applications
 - it can causes linking error after compiling so, fix it to static

Change-Id: I0d220677c33cdbe65b9913896314bb571dabd61a
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/examples/libcoap_test/coap-server.c