minix/lib/libc
Lionel Sambuc 175d3e7eae Changing the message union to anonymous.
This allows us to write things like this:
  message m;
  m.m_notify.interrupts = new_value;

or
  message *mp;
  mp->m_notify.interrupts = new_value;

The shorthands macro have been adapted for the new scheme, and will be
kept as long as we have generic messages being used.

Change-Id: Icfd02b5f126892b1d5d2cebe8c8fb02b180000f7
2014-03-03 20:46:47 +01:00
..
arch
atomic
cdb
citrus
compat
compat-43
db
dlfcn
gdtoa
gen
gmon
hash
iconv
include
inet
isc
locale
md
minix
misc
nameser
net
nls
pkgconfig
quad
regex
resolv
rpc
softfloat
ssp
stdio
stdlib
string
sys
sys-minix Changing the message union to anonymous. 2014-03-03 20:46:47 +01:00
termios
thread-stub
time
tls
uuid
yp
libcincludes.mk
Makefile
Makefile.inc
shlib_version