diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-09-26 14:56:23 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2018-09-26 14:56:23 +0200 |
commit | 19166f2cf32725b1907c8032ae224282a1fa3f8f (patch) | |
tree | c71cb6a8746be129c1241e3fc067c9325b95f56e /sys/include/libc.h | |
parent | 311e3b51c6b1bde2f58968453de56a5ca2a6dbb4 (diff) |
libc: add procsetname()
Diffstat (limited to 'sys/include/libc.h')
-rw-r--r-- | sys/include/libc.h | 3 |
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 */ |