Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reference an external variable in threaded programs so that the | jb | 1998-04-29 | 1 | -0/+6 |
| | | | | autoinitialiser gets linked in and therefore called before main(). | ||||
* | Add a global variable called __isthreaded that can be tested throughout | jb | 1998-04-11 | 1 | -0/+9 |
| | | | | | | | | libc to determine if locking is required. This is needed in libc for use with kernel threads, but until a thread is created, we don't really want to bother locking things. The variable was added here because the crt code calls exit(main()) so all programs will get the variable. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+60 |