Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 10 Oct 2011 18:44:49 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: missing extern "C" block

while we are fixing c++ compatibility
some headers with function prototypes
do not have extern "C" block for c++

extern "C" block ending is wrong in
pty.h

extern "C" block is missing from
arpa/inet.h
alloca.h
ftw.h
math.h
net/if.h
netinet/in.h
sys/mount.h
sys/msg.h
sys/resource.h
sys/shm.h
sys/statfs.h
sys/statvfs.h
sys/swap.h
sys/sysctl.h
sys/sysinfo.h
sys/times.h
sys/uio.h
sys/utsname.h

View attachment "cplusplus.diff" of type "text/x-diff" (8696 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.