mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
2003-04-22 Ulrich Drepper <drepper@redhat.com> * semaphore.h: Fix typo in comment.
This commit is contained in:
parent
c87b880772
commit
dc2f6455a4
@ -1,3 +1,7 @@
|
||||
2003-04-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* semaphore.h: Fix typo in comment.
|
||||
|
||||
2003-04-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/pthread/sigfillset.c: New file.
|
||||
|
@ -39,7 +39,7 @@ extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
|
||||
/* Free resources associated with semaphore object SEM. */
|
||||
extern int sem_destroy (sem_t *__sem) __THROW;
|
||||
|
||||
/* Open a named semaphore NAME with open flaot OFLAG. */
|
||||
/* Open a named semaphore NAME with open flags OFLAG. */
|
||||
extern sem_t *sem_open (__const char *__name, int __oflag, ...) __THROW;
|
||||
|
||||
/* Close descriptor for named semaphore SEM. */
|
||||
|
Loading…
Reference in New Issue
Block a user