summaryrefslogtreecommitdiff
path: root/sys/include/libc.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-09-26 14:56:23 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-09-26 14:56:23 +0200
commit19166f2cf32725b1907c8032ae224282a1fa3f8f (patch)
treec71cb6a8746be129c1241e3fc067c9325b95f56e /sys/include/libc.h
parent311e3b51c6b1bde2f58968453de56a5ca2a6dbb4 (diff)
libc: add procsetname()
Diffstat (limited to 'sys/include/libc.h')
-rw-r--r--sys/include/libc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/include/libc.h b/sys/include/libc.h
index 0c34f1740..7a2700539 100644
--- a/sys/include/libc.h
+++ b/sys/include/libc.h
@@ -489,6 +489,9 @@ extern int rwakeup(Rendez*);
extern int rwakeupall(Rendez*);
extern void** privalloc(void);
+extern void procsetname(char*, ...);
+#pragma varargck argpos procsetname 1
+
/*
* network dialing
*/