summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.h
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-12-31 11:56:16 +0000
committernetchild <netchild@FreeBSD.org>2006-12-31 11:56:16 +0000
commite9779a03516fdd2696ca38a5163c7b9d58de9be0 (patch)
tree3a0b70529ee5c6c3bece1a9659a09121473b2002 /sys/compat/linux/linux_misc.h
parent015f110c9750315dad0af0f50b95f259cfc98be1 (diff)
downloadFreeBSD-src-e9779a03516fdd2696ca38a5163c7b9d58de9be0.zip
FreeBSD-src-e9779a03516fdd2696ca38a5163c7b9d58de9be0.tar.gz
MFp4:
- semi-automatic style fixes - spelling fixes in comments - add some comments
Diffstat (limited to 'sys/compat/linux/linux_misc.h')
-rw-r--r--sys/compat/linux/linux_misc.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/sys/compat/linux/linux_misc.h b/sys/compat/linux/linux_misc.h
index c2986c3..32fa74a 100644
--- a/sys/compat/linux/linux_misc.h
+++ b/sys/compat/linux/linux_misc.h
@@ -29,15 +29,17 @@
*/
#ifndef _LINUX_MISC_H_
-#define _LINUX_MISC_H_
+#define _LINUX_MISC_H_
/* defines for prctl */
-#define LINUX_PR_SET_PDEATHSIG 1 /* Second arg is a signal */
-#define LINUX_PR_GET_PDEATHSIG 2 /* Second arg is a ptr to return the signal */
-#define LINUX_PR_SET_NAME 15 /* Set process name */
-#define LINUX_PR_GET_NAME 16 /* Get process name */
+#define LINUX_PR_SET_PDEATHSIG 1 /* Second arg is a signal. */
+#define LINUX_PR_GET_PDEATHSIG 2 /*
+ * Second arg is a ptr to return the
+ * signal.
+ */
+#define LINUX_PR_SET_NAME 15 /* Set process name. */
+#define LINUX_PR_GET_NAME 16 /* Get process name. */
-#define LINUX_MAX_COMM_LEN 16 /* max length of the proc name */
-
-#endif /* _LINUX_MISC_H_ */
+#define LINUX_MAX_COMM_LEN 16 /* Maximum length of the process name. */
+#endif /* _LINUX_MISC_H_ */
OpenPOWER on IntegriCloud