~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to include/linux/socket.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
 
340
340
struct timespec;
341
341
 
 
342
/* The __sys_...msg variants allow MSG_CMSG_COMPAT */
 
343
extern long __sys_recvmsg(int fd, struct msghdr __user *msg, unsigned flags);
 
344
extern long __sys_sendmsg(int fd, struct msghdr __user *msg, unsigned flags);
342
345
extern int __sys_recvmmsg(int fd, struct mmsghdr __user *mmsg, unsigned int vlen,
343
346
                          unsigned int flags, struct timespec *timeout);
344
347
extern int __sys_sendmmsg(int fd, struct mmsghdr __user *mmsg,