mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/Makefile.am: Unconditionally build fork.c, vfork.c.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* posix/Makefile.am: Unconditionally build fork.c, vfork.c.
|
||||||
|
|
||||||
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac, posix/Makefile.am, wrapup/Makefile.am:
|
* configure.ac, posix/Makefile.am, wrapup/Makefile.am:
|
||||||
|
|||||||
@@ -57,8 +57,14 @@ libposix_a_SOURCES += src/aio_cancel.c src/aio_error.c src/aio_fsync.c \
|
|||||||
|
|
||||||
## ENOSYS_C_FILES
|
## ENOSYS_C_FILES
|
||||||
libposix_a_SOURCES += src/_execve.c src/execl.c src/execle.c src/execlp.c \
|
libposix_a_SOURCES += src/_execve.c src/execl.c src/execle.c src/execlp.c \
|
||||||
src/execv.c src/execve.c src/execvp.c src/fork.c src/pthreadatfork.c \
|
src/execv.c src/execve.c src/execvp.c
|
||||||
src/wait.c src/waitpid.c src/vfork.c
|
endif
|
||||||
|
|
||||||
|
libposix_a_SOURCES += src/fork.c src/vfork.c
|
||||||
|
|
||||||
|
if HAS_PTHREADS
|
||||||
|
libposix_a_SOURCES += src/pthreadatfork.c \
|
||||||
|
src/wait.c src/waitpid.c
|
||||||
|
|
||||||
## BARRIER_C_FILES
|
## BARRIER_C_FILES
|
||||||
libposix_a_SOURCES += src/barrierattrdestroy.c src/barrierattrgetpshared.c \
|
libposix_a_SOURCES += src/barrierattrdestroy.c src/barrierattrgetpshared.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user