summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/bits/sem.h
AgeCommit message (Collapse)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-01-11import amd64 sem.h from glibcMike Frysinger
2005-07-28the common sem.h is good enough for x86_64Mike Frysinger
2005-07-28A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III
Unfortunatly, the semid_ds structs were not changed as needed. So import the necessary (tweaked) files from glibc. Only tested on x86 today, but I'll be testing mips tomorrow.