diff options
Diffstat (limited to 'usr/src/cmd/svc/startd/wait.c')
-rw-r--r-- | usr/src/cmd/svc/startd/wait.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/cmd/svc/startd/wait.c b/usr/src/cmd/svc/startd/wait.c index 12856ff639..ebd83be10e 100644 --- a/usr/src/cmd/svc/startd/wait.c +++ b/usr/src/cmd/svc/startd/wait.c @@ -21,8 +21,7 @@ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * - * Copyright 2018 Joyent, Inc. + * Copyright 2012, Joyent, Inc. All rights reserved. */ /* @@ -253,8 +252,6 @@ wait_register(pid_t pid, const char *inst_fmri, int am_parent, int direct) void * wait_thread(void *args) { - (void) pthread_setname_np(pthread_self(), "wait"); - for (;;) { port_event_t pe; int fd; |