mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1453/cpukit * posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so enable it even when POSIX threads are disabled.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1453/cpukit
|
||||
* posix/Makefile.am: newlib uses sysconf() for _CLOCKS_PER_SEC_ so
|
||||
enable it even when POSIX threads are disabled.
|
||||
|
||||
2010-06-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libfs/src/rfs/rtems-rfs-file.c: Various 64bit fixes.
|
||||
|
||||
@@ -14,10 +14,9 @@ libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libposix_a_SOURCES =
|
||||
|
||||
# Some POSIX functions that are nice to always have
|
||||
## 20 Nov 2008: Now using these from newlib's posix directory
|
||||
libposix_a_SOURCES += src/sleep.c src/usleep.c
|
||||
libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
|
||||
src/clockgetres.c
|
||||
src/clockgetres.c src/sysconf.c
|
||||
|
||||
include_rtems_posixdir = $(includedir)/rtems/posix
|
||||
|
||||
@@ -189,7 +188,7 @@ EXTRA_DIST += src/README.mqueue
|
||||
libposix_a_SOURCES += src/sched_getparam.c src/sched_getprioritymax.c \
|
||||
src/sched_getprioritymin.c src/sched_getscheduler.c \
|
||||
src/sched_rr_get_interval.c src/sched_setparam.c \
|
||||
src/sched_setscheduler.c src/sched_yield.c src/sysconf.c
|
||||
src/sched_setscheduler.c src/sched_yield.c
|
||||
endif
|
||||
|
||||
include $(srcdir)/preinstall.am
|
||||
|
||||
Reference in New Issue
Block a user