Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-29 00:39:08 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-29 00:39:08 +0300
commit74d893b13cb75408ec3ffe2b399787b9b78fa979 (patch)
treefb72848b2c6f4e1b6af7ee1821f105b13be5695f /winsup
parent965f78cbbeae9994404d1e93395936aa16e02966 (diff)
* cygwin.din: Re-add inexplicably missing semaphore/msg functions.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/cygwin.din11
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