2003-04-22  Ulrich Drepper  <drepper@redhat.com>

	* semaphore.h: Fix typo in comment.
This commit is contained in:
Ulrich Drepper 2003-04-22 17:15:35 +00:00
parent c87b880772
commit dc2f6455a4
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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. */