Changeset 1c55d2e8 in rtems


Ignore:
Timestamp:
11/05/99 19:38:37 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e639b998
Parents:
7edb9281
Message:

Split unistd.c file into sysconf.c and sleep.c.

Files:
3 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/Makefile.in

    r7edb9281 r1c55d2e8  
    8484    $(ID_C_PIECES) $(KEY_C_PIECES) $(MESSAGE_QUEUE_C_PIECES) \
    8585    $(MUTEX_C_PIECES) $(PTHREAD_C_PIECES) \
    86     $(PSIGNAL_C_PIECES) sched $(SEMAPHORE_C_PIECES) \
    87     $(TIME_C_PIECES) $(TIMER_C_PIECES) types unistd $(ENOSYS_C_PIECES) \
     86    $(PSIGNAL_C_PIECES) sched $(SEMAPHORE_C_PIECES) sleep sysconf \
     87    $(TIME_C_PIECES) $(TIMER_C_PIECES) types $(ENOSYS_C_PIECES) \
    8888    $(BUILD_FOR_NOW_C_PIECES)
    8989
Note: See TracChangeset for help on using the changeset viewer.