Opened 4 years ago

#59530 new defect

nostromo: strlcat.c:34:1: error: expected parameter declarator

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: nostromo

Description

nostromo does not build:

strlcat.c:34:1: error: expected parameter declarator
strlcat(char *dst, const char *src, size_t siz)
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.hstrlcpy.c::119:47:32 :note: expanded from macro 'strlcat'
1: error: expected parameter declarator                __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))

                                                            ^

Change History (0)

Note: See TracTickets for help on using tickets.