From: Rich Felker Date: Sat, 15 Dec 2012 05:43:27 +0000 (-0500) Subject: add some missing macros to sys/shm.h X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=9cb589939cdbfb2fe273bef3fe557a9a162ddd73;hp=9cb589939cdbfb2fe273bef3fe557a9a162ddd73 add some missing macros to sys/shm.h these are not specified in the standard, but in the reserved namespace, so there is no problem with defining them unconditionally. ---