Opened 5 years ago

Closed 5 years ago

#15273 closed bug (duplicate)

sem_unlink 5-1 posix test failed

Reported by: cocobean Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/Development
Keywords: posix Cc:
Blocked By: #15272 Blocking:
Platform: All

Description

https://github.com/haiku/open_posix_testsuite/blob/from_haiku_trunk/conformance/interfaces/sem_unlink/5-1.c

sem_unlink will return -1 and set errno to ENAMETOOLONG when the semaphore

  • name length is greater than PATH_MAX or a component length is greater than
  • NAME_MAX.

Change History (1)

comment:1 by waddlesplash, 5 years ago

Blocked By: 15272 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.