aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads/files/clone.S
Commit message (Collapse)AuthorAgeFilesLines
* Calling the libc .cerror from outside libc doesn't work when libcTor Egge2001-02-261-2/+15
| | | | | | | | | is a shared library. Use a copy of .cerror to avoid this problem. PR: 24845 Notes: svn path=/head/; revision=38796
* Update from version 2.1.2 to 2.1.3 of LinuxThreads.Jason Evans2000-05-241-10/+4
| | | | Notes: svn path=/head/; revision=28720
* Add #define _KERNEL around #include of <sys/errno.h> - this is to avoidPeter Wemm1999-12-291-0/+2
| | | | | | | the C-style externs in this assembler file. (!) Notes: svn path=/head/; revision=24219
* Reviewed by: Russell CarterJulian Elischer1999-11-301-0/+128
Submitted by: "Richard Seaman, Jr." <dick@tar.com> Native FreeBSD port of the linuxthreads library Includes added files and stuff you need to add to the rest of your system. This is for -current I'm sure Richard's older version might be a good place to start for a 3.x version. Notes: svn path=/head/; revision=23511