Check-in Number:
|
4739 | |
Date: |
2004-Oct-08 20:31:14 (local)
2004-Oct-08 18:31:14 (UTC) |
User: | rse |
Branch: | |
Comment: |
stylistic cleanup: add pthread.c to list of C files |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/Makefile.in 1.151 -> 1.152
--- Makefile.in 2004/07/13 10:50:49 1.151
+++ Makefile.in 2004/10/08 18:31:14 1.152
@@ -102,7 +102,7 @@
HSRCS = $(S)pth_compat.c $(S)pth_debug.c $(S)pth_syscall.c $(S)pth_errno.c $(S)pth_ring.c $(S)pth_mctx.c \
$(S)pth_uctx.c $(S)pth_clean.c $(S)pth_time.c $(S)pth_tcb.c $(S)pth_util.c $(S)pth_pqueue.c $(S)pth_event.c \
$(S)pth_sched.c $(S)pth_data.c $(S)pth_msg.c $(S)pth_cancel.c $(S)pth_sync.c $(S)pth_attr.c $(S)pth_lib.c \
- $(S)pth_fork.c $(S)pth_high.c $(S)pth_ext.c $(S)pth_string.c
+ $(S)pth_fork.c $(S)pth_high.c $(S)pth_ext.c $(S)pth_string.c $(S)pthread.c
##
## ____ UTILITY DEFINITIONS _________________________________________
|
|