[rtems commit] posix: Provide aio_suspend() by default
Sebastian Huber
sebh at rtems.org
Tue Oct 30 06:11:22 UTC 2018
Module: rtems
Branch: master
Commit: 0dbf67b66e7424730feede962826bf020de96c67
Changeset: http://git.rtems.org/rtems/commit/?id=0dbf67b66e7424730feede962826bf020de96c67
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Oct 25 14:37:08 2018 +0200
posix: Provide aio_suspend() by default
Update #2514.
---
cpukit/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index cb3b5d9..15c1da9 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -473,6 +473,7 @@ librtemscpu_a_SOURCES += libstdthreads/cnd.c
librtemscpu_a_SOURCES += libstdthreads/mtx.c
librtemscpu_a_SOURCES += libstdthreads/tss.c
librtemscpu_a_SOURCES += posix/src/adjtime.c
+librtemscpu_a_SOURCES += posix/src/aio_suspend.c
librtemscpu_a_SOURCES += posix/src/barrierattrdestroy.c
librtemscpu_a_SOURCES += posix/src/barrierattrgetpshared.c
librtemscpu_a_SOURCES += posix/src/barrierattrinit.c
@@ -1021,7 +1022,6 @@ librtemscpu_a_SOURCES += posix/src/aio_fsync.c
librtemscpu_a_SOURCES += posix/src/aio_misc.c
librtemscpu_a_SOURCES += posix/src/aio_read.c
librtemscpu_a_SOURCES += posix/src/aio_return.c
-librtemscpu_a_SOURCES += posix/src/aio_suspend.c
librtemscpu_a_SOURCES += posix/src/aio_write.c
librtemscpu_a_SOURCES += posix/src/alarm.c
librtemscpu_a_SOURCES += posix/src/getitimer.c
More information about the vc
mailing list