aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 9d611af9b..31062bd40 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -356,7 +356,7 @@ GNUNET_OS_install_parent_control_handler (void *cls,
356 * PATH environment variable as a search path. 356 * PATH environment variable as a search path.
357 * 357 *
358 * @param binary the name of the file to check 358 * @param binary the name of the file to check
359 * @return GNUNET_YES if the file is SUID, 359 * @return GNUNET_YES if the file is SUID,
360 * GNUNET_NO if not SUID (but binary exists) 360 * GNUNET_NO if not SUID (but binary exists)
361 * GNUNET_SYSERR on error (no such binary or not executable) 361 * GNUNET_SYSERR on error (no such binary or not executable)
362 */ 362 */