mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add POSIX. * configure.ac: Add POSIX/. * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c, POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c, POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c, POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c, POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c, POSIX/posix_memalign.c, POSIX/read.c, POSIX/README, POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c, POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c, POSIX/waitpid.c, POSIX/write.c: New.
This commit is contained in:
@@ -1,3 +1,19 @@
|
|||||||
|
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* Makefile.am: Add POSIX.
|
||||||
|
* configure.ac: Add POSIX/.
|
||||||
|
* POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
|
||||||
|
POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
|
||||||
|
POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
|
||||||
|
POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
|
||||||
|
POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
|
||||||
|
POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
|
||||||
|
POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
|
||||||
|
POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
|
||||||
|
POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
|
||||||
|
POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
|
||||||
|
POSIX/waitpid.c, POSIX/write.c: New.
|
||||||
|
|
||||||
2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* stringto01/init.c: New file.
|
* stringto01/init.c: New file.
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
|
|||||||
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
|
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
|
||||||
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
|
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
|
||||||
stringto01
|
stringto01
|
||||||
|
SUBDIRS += POSIX
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/subdirs.am
|
include $(top_srcdir)/../automake/subdirs.am
|
||||||
include $(top_srcdir)/../automake/local.am
|
include $(top_srcdir)/../automake/local.am
|
||||||
|
|||||||
@@ -56,5 +56,6 @@ termios/Makefile
|
|||||||
termios01/Makefile
|
termios01/Makefile
|
||||||
termios02/Makefile
|
termios02/Makefile
|
||||||
tztest/Makefile
|
tztest/Makefile
|
||||||
|
POSIX/Makefile
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user