~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/unix/sysv/linux/socketcall.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ID for functions called via socketcall system call.
2
 
   Copyright (C) 1995, 1996, 2008, 2009 Free Software Foundation, Inc.
 
2
   Copyright (C) 1995, 1996, 2008, 2009, 2011 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
 
5
5
   The GNU C Library is free software; you can redistribute it and/or
45
45
#define SOCKOP_recvmsg          17
46
46
#define SOCKOP_accept4          18
47
47
#define SOCKOP_recvmmsg         19
 
48
#define SOCKOP_sendmmsg         20
48
49
 
49
50
#endif /* sys/socketcall.h */