- Timestamp:
- Aug 28, 2006, 4:01:31 AM (19 years ago)
- Location:
- branches/libc-0.6/src/emx
- Files:
-
- 2 edited
-
ChangeLog.LIBC (modified) (1 diff)
-
src/lib/process/thread_internals.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/ChangeLog.LIBC
r2796 r2798 5 5 2006-08-27: knut st. osmundsen <[email protected]> 6 6 - libc: 7 7 8 o Fixed log problem in fork() child. Fixes #119. 8 9 o Corrected DosSetFHState mask. Fixes #118. -
branches/libc-0.6/src/emx/src/lib/process/thread_internals.c
r2254 r2798 28 28 * Header Files * 29 29 *******************************************************************************/ 30 30 31 #include "libc-alias.h" 31 32 #undef NDEBUG 32 #include < 386/builtin.h>33 #include </builtin.h> 33 34 #include <assert.h> 34 35 #include <string.h> … … 63 64 /** Number of threads in the zombie thread database. (Protected gmtxThrdDB.) */ 64 65 static unsigned gcThrdDBZombies; 66 67 65 68 66 69 /** Head of the thread termination callback list. */ … … 510 513 LIBCLOG_RETURN_VOID(); 511 514 } 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578
Note:
See TracChangeset
for help on using the changeset viewer.
