diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-28 21:39:08 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-28 21:39:08 +0000 |
commit | 74d893b13cb75408ec3ffe2b399787b9b78fa979 (patch) | |
tree | fb72848b2c6f4e1b6af7ee1821f105b13be5695f | |
parent | 965f78cbbeae9994404d1e93395936aa16e02966 (diff) | |
download | cygnal-74d893b13cb75408ec3ffe2b399787b9b78fa979.tar.gz cygnal-74d893b13cb75408ec3ffe2b399787b9b78fa979.tar.bz2 cygnal-74d893b13cb75408ec3ffe2b399787b9b78fa979.zip |
* cygwin.din: Re-add inexplicably missing semaphore/msg functions.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/cygwin.din | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 9a218b591..c1d5c82db 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-11-28 Christopher Faylor <cgf@redhat.com> + * cygwin.din: Re-add inexplicably missing semaphore/msg functions. + +2003-11-28 Christopher Faylor <cgf@redhat.com> + * gendevices: Issue error when shilka is missing. 2003-11-28 Christopher Faylor <cgf@redhat.com> diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index f4be987ea..501a88249 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -905,6 +905,10 @@ mount SIGFE _mount = mount SIGFE mprotect SIGFE mrand48 NOSIGFE +msgctl SIGFE +msgget SIGFE +msgrcv SIGFE +msgsnd SIGFE msync SIGFE munmap SIGFE nan NOSIGFE @@ -1126,11 +1130,18 @@ _seed48 = seed48 NOSIGFE seekdir SIGFE _seekdir = seekdir SIGFE _seekdir64 = seekdir64 SIGFE +sem_close SIGFE sem_destroy NOSIGFE +sem_getvalue SIGFE sem_init SIGFE +sem_open SIGFE sem_post SIGFE +sem_timedwait SIGFE sem_trywait SIGFE sem_wait SIGFE +semctl SIGFE +semget SIGFE +semop SIGFE setbuf SIGFE _setbuf = setbuf SIGFE setbuffer SIGFE |