diff options
Diffstat (limited to 'hurd/porting/guidelines.mdwn')
-rw-r--r-- | hurd/porting/guidelines.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/porting/guidelines.mdwn b/hurd/porting/guidelines.mdwn index 7dea771d..1beb53a0 100644 --- a/hurd/porting/guidelines.mdwn +++ b/hurd/porting/guidelines.mdwn @@ -175,9 +175,7 @@ members of type `cc_tsi` and finaly 2 members of type `speed_ts`. As you can see, this limits the number of kinds of members to 3, and in addition to that (see the bitfield described in `ioctls.h`), the third -kind of member is limited to 3 members. However, since at the API -compatibility layer you are generally allowed to reorder fields in -structures, you can usually manage to fit into these limits. +kind of member is limited to 3 members. Note: if a field member is a pointer, then the ioctl can't be expressed this way, and that makes sense, since the server you're talking to |