X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Funix.c;h=c37a2ac81594474cefdc439b9674cd15a1440e2f;hb=f98f5b9fd64d8e0cf3a7142af1b9148d4d003283;hp=df92b7a0698ef699ed31a5bbc82b6741362cedfb;hpb=2f31577d1c07af4e7ea28fd72beea4bf3959fa57;p=lttng-tools.git diff --git a/src/common/unix.c b/src/common/unix.c index df92b7a06..c37a2ac81 100644 --- a/src/common/unix.c +++ b/src/common/unix.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ @@ -253,7 +253,7 @@ retry: goto end; } } - ret = len; + end: return ret; } @@ -352,7 +352,6 @@ retry: goto end; } } - ret = len; end: return ret; }