This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-02-21 17:00:58 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
57504dcfaf
opnsense-src
/
lib
/
libpthread
/
sys
/
Makefile.inc
6 lines
63 B
PHP
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-27 20:22:10 -04:00
# $FreeBSD$
Reviewed by: julian Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
1996-01-21 19:23:58 -05:00
Move the machine specific files from sys/Makefile.inc and put them in a machine specific makefile. While here, sort the sub-directories in Makefile and remove _atomic_lock.S from all makefiles.
2003-06-23 00:28:31 -04:00
.
PATH
:
$
{
.
CURDIR
}
/
sys
Attempt to eliminate PLT relocations from rwlock aquire/release path, making them suitable for direct use by the dynamic loader. Register libpthread-specific locking API with rtld on startup. This still has some rough edges with signals which should be addresses later. Approved by: re (scottl)
2003-05-29 20:21:52 -04:00
Move the machine specific files from sys/Makefile.inc and put them in a machine specific makefile. While here, sort the sub-directories in Makefile and remove _atomic_lock.S from all makefiles.
2003-06-23 00:28:31 -04:00
SRCS
+=
lock
.
c
thr_error
.
c
Reference in a new issue
Copy permalink