• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/toolchain/uClibc/uClibc-0.9.33.2-define-MSG_CMSG_CLOEXEC.patch
Peter KorsgaardPeter Korsgaard committed 362256a31e715 May 2012
Raw file
Source viewDiff to previous
 
1
Add definition of MSG_WAITFORONE and MSG_CMSG_CLOEXEC
2
​
3
From yocto:
4
http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/uclibc/uclibc-0.9.33/define-MSG_CMSG_CLOEXEC.patch
5
​
6
Upstream-Status: Pending
7
​
8
Index: git/libc/sysdeps/linux/common/bits/socket.h
9
===================================================================
10
--- git.orig/libc/sysdeps/linux/common/bits/socket.h    2012-01-26 23:23:21.537456132 -0800
11
+++ git/libc/sysdeps/linux/common/bits/socket.h 2012-01-26 23:25:10.125461388 -0800
12
@@ -235,8 +235,15 @@
13
 #define    MSG_ERRQUEUE    MSG_ERRQUEUE
14
     MSG_NOSIGNAL   = 0x4000, /* Do not generate SIGPIPE.  */
15
 #define    MSG_NOSIGNAL    MSG_NOSIGNAL
16
-    MSG_MORE       = 0x8000  /* Sender will send more.  */
17
+    MSG_MORE       = 0x8000,  /* Sender will send more.  */
18
 #define    MSG_MORE    MSG_MORE
19
+    MSG_WAITFORONE      = 0x10000, /* Wait for at least one packet to return.*/
20
+#define MSG_WAITFORONE  MSG_WAITFORONE
21
+
22
+    MSG_CMSG_CLOEXEC    = 0x40000000    /* Set close_on_exit for file
23
+                                           descriptor received through
24
+                                           SCM_RIGHTS.  */
25
+#define MSG_CMSG_CLOEXEC MSG_CMSG_CLOEXEC
26
   };
27
 
28
 
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.