diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-05-16 06:17:24 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-07-02 22:18:08 -0400 |
commit | bd124df98ee1053f78d43f3ce3d01c6f42c6b577 (patch) | |
tree | 8c8a01d26ebc709f5e990c46907b77125ff9ddf0 /usr/src | |
parent | a3cdf0af2d2ae84c9ca7e19a0222b1eb6e4e3dde (diff) | |
download | illumos-joyent-bd124df98ee1053f78d43f3ce3d01c6f42c6b577.tar.gz |
nscd: Mark thread function __NORETURN
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/nscd/nscd_getentctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/nscd/nscd_getentctx.c b/usr/src/cmd/nscd/nscd_getentctx.c index 056fb58f60..ccf5b79aa0 100644 --- a/usr/src/cmd/nscd/nscd_getentctx.c +++ b/usr/src/cmd/nscd/nscd_getentctx.c @@ -644,7 +644,7 @@ process_exited(pid_t pid) * FUNCTION: reclaim_getent_ctx */ /*ARGSUSED*/ -static void * +static void * __NORETURN reclaim_getent_ctx(void *arg) { void *cookie = NULL; |