Logo
Explore Help
Sign In
mysticmode/plan9port
1
0
Fork 0
You've already forked plan9port
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
b3a20a96eb2b91a5b0b8a8fb506e20a2fb50ebe8
plan9port/src/libthread/bg.c

8 lines
70 B
C
Raw Normal View History

libthread: add threadmaybackground Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
2020-12-30 00:10:11 -05:00
#include "threadimpl.h"
int
threadmaybackground(void)
{
return 0;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 187ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API