Changeset d2ccb32 in rtems


Ignore:
Timestamp:
11/20/08 16:56:53 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
c4c5401
Parents:
e4f98f1
Message:

2008-11-20 Joel Sherrill <joel.sherrill@…>

  • posix/Makefile.am: Add dummy vfork() implementation.
  • posix/src/vfork.c: New file.
Location:
cpukit
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    re4f98f1 rd2ccb32  
     12008-11-20      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * posix/Makefile.am: Add dummy vfork() implementation.
     4        * posix/src/vfork.c: New file.
     5
    162008-11-13      Joel Sherrill <joel.sherrill@OARcorp.com>
    27
  • cpukit/posix/Makefile.am

    re4f98f1 rd2ccb32  
    6060libposix_a_SOURCES += src/_execve.c src/execl.c src/execle.c src/execlp.c \
    6161    src/execv.c src/execve.c src/execvp.c src/fork.c src/pthreadatfork.c \
    62     src/wait.c src/waitpid.c
     62    src/wait.c src/waitpid.c src/vfork.c
    6363
    6464## BARRIER_C_FILES
Note: See TracChangeset for help on using the changeset viewer.