OSDN Git Service

2002-06-19 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 19 Jun 2002 22:17:27 +0000 (22:17 +0000)
committerjjohnstn <jjohnstn>
Wed, 19 Jun 2002 22:17:27 +0000 (22:17 +0000)
commit04010aeaba46e0e734d82e9f951fd38e3705b027
tree84f03ce0ad1ff28d7d1034b2adcd9fd840611617
parent20b9d044d1af61bab81df7c350b59e6d06300840
2002-06-19  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/Makefile.am: Add support for message queue routines,
        ipc routines, and ftok.
        * libc/sys/linux/Makefile.in: Regenerated.
        * libc/sys/linux/ftok.c: New file.
        * libc/sys/linux/ipc.c: Ditto.
        * libc/sys/linux/mq_close.c: Ditto.
        * libc/sys/linux/mq_getattr.c: Ditto.
        * libc/sys/linux/mq_notify.c: Ditto.
        * libc/sys/linux/mq_open.c: Ditto.
        * libc/sys/linux/mq_receive.c: Ditto.
        * libc/sys/linux/mq_send.c: Ditto.
        * libc/sys/linux/mq_setattr.c: Ditto.
        * libc/sys/linux/mq_unlink.c: Ditto.
        * libc/sys/linux/mqlocal.h: Ditto.
        * libc/sys/linux/include/mqueue.h: Ditto.
        * libc/sys/linux/sys/types.h: Define __gid_t_defined and
        __uid_t_defined.
16 files changed:
newlib/ChangeLog
newlib/libc/sys/linux/Makefile.am
newlib/libc/sys/linux/Makefile.in
newlib/libc/sys/linux/ftok.c [new file with mode: 0644]
newlib/libc/sys/linux/include/mqueue.h [new file with mode: 0644]
newlib/libc/sys/linux/ipc.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_close.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_getattr.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_notify.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_open.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_receive.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_send.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_setattr.c [new file with mode: 0644]
newlib/libc/sys/linux/mq_unlink.c [new file with mode: 0644]
newlib/libc/sys/linux/mqlocal.h [new file with mode: 0644]
newlib/libc/sys/linux/sys/types.h