summaryrefslogtreecommitdiff
path: root/modules/get_ppid_of
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-08-14 11:21:37 +0200
committerBruno Haible <bruno@clisp.org>2019-08-14 11:21:50 +0200
commit015fe7c63216234c5aab78f58fcdb072098fee06 (patch)
treeaf2e1ac1212a2ba8439151364eea88a5876779de /modules/get_ppid_of
parent982bb6cf0704b36d7d655b34e9d4b7617d8137a6 (diff)
downloadgnulib-015fe7c63216234c5aab78f58fcdb072098fee06.tar.gz
get_ppid_of: New module.
* lib/get_ppid_of.h: New file. * lib/get_ppid_of.c: New file. * modules/get_ppid_of: New file.
Diffstat (limited to 'modules/get_ppid_of')
-rw-r--r--modules/get_ppid_of25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/get_ppid_of b/modules/get_ppid_of
new file mode 100644
index 0000000000..4f2cad1b2c
--- /dev/null
+++ b/modules/get_ppid_of
@@ -0,0 +1,25 @@
+Description:
+Determine the parent process of a given process.
+
+Files:
+lib/get_ppid_of.h
+lib/get_ppid_of.c
+
+Depends-on:
+extensions
+sys_types
+unistd
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += get_ppid_of.h get_ppid_of.c
+
+Include:
+"get_ppid_of.h"
+
+License:
+LGPL
+
+Maintainer:
+all