tevent: rename 'remove' into 'do_remove' in tevent_signal.c
authorStefan Metzmacher <metze@samba.org>
Thu, 28 Mar 2019 08:29:50 +0000 (09:29 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Apr 2019 09:17:14 +0000 (11:17 +0200)
commit566038e280cb38c7588269f7be404b027ee9c848
treea4af8958a7cb4af3482205379d595133b11f71bc
parent35efcd6dda1ea8d74ac22969c19865c7ce346886
tevent: rename 'remove' into 'do_remove' in tevent_signal.c

This avoids declaration of ‘remove’ shadows a global declaration
/usr/include/stdio.h:177: error: shadowed declaration is here
warnings.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/tevent/tevent_signal.c