marcel
|
25569ea731
|
Make this compile without warnings on 64-bit architectures:
Don't cast thread_self() to int. Cast to uintptr_t. Pull in the
predefined printf format from <inttypes.h>
|
2003-06-04 20:38:54 +00:00 |
|
deischen
|
dc65596ce8
|
Fix a couple of minor nits that prevented this from compiling.
Pointed out by: julian
|
2002-07-02 01:26:16 +00:00 |
|
kris
|
110fc843a0
|
Mark some functions as __printflike() and/or taking const char * arguments
instead of char *.
MFC after: 2 weeks
|
2001-08-20 12:53:36 +00:00 |
|
jasone
|
b1932c6651
|
Automated regression test harness for libc_r. Existing tests are integrated,
a new test for POSIX semaphores was added, and examples of harness usage are
included.
|
2000-04-24 21:07:45 +00:00 |
|