OSDN Git Service

* cygwin.din: Re-add inexplicably missing semaphore/msg functions.
authorcgf <cgf>
Fri, 28 Nov 2003 21:39:08 +0000 (21:39 +0000)
committercgf <cgf>
Fri, 28 Nov 2003 21:39:08 +0000 (21:39 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.din

index 9a218b5..c1d5c82 100644 (file)
@@ -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>
index f4be987..501a882 100644 (file)
@@ -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