mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/mkconstants.rb: define SO_TIMESTAMPNS and SCM_TIMESTAMPNS
if available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
decee68028
commit
97ef9728d5
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Feb 23 03:19:37 2009 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* ext/socket/mkconstants.rb: define SO_TIMESTAMPNS and SCM_TIMESTAMPNS
|
||||||
|
if available.
|
||||||
|
|
||||||
Mon Feb 23 02:54:31 2009 Tanaka Akira <akr@fsij.org>
|
Mon Feb 23 02:54:31 2009 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* ext/socket/ancdata.c (ancillary_inspect): use SCM_TIMESTAMP instead
|
* ext/socket/ancdata.c (ancillary_inspect): use SCM_TIMESTAMP instead
|
||||||
|
|
|
@ -559,6 +559,7 @@ SO_ATTACH_FILTER
|
||||||
SO_DETACH_FILTER
|
SO_DETACH_FILTER
|
||||||
SO_PEERNAME
|
SO_PEERNAME
|
||||||
SO_TIMESTAMP
|
SO_TIMESTAMP
|
||||||
|
SO_TIMESTAMPNS
|
||||||
SO_BINTIME
|
SO_BINTIME
|
||||||
SO_RECVUCRED
|
SO_RECVUCRED
|
||||||
SO_MAC_EXEMPT
|
SO_MAC_EXEMPT
|
||||||
|
@ -665,6 +666,7 @@ SCM_RIGHTS
|
||||||
SCM_CREDENTIALS
|
SCM_CREDENTIALS
|
||||||
SCM_CREDS
|
SCM_CREDS
|
||||||
SCM_TIMESTAMP
|
SCM_TIMESTAMP
|
||||||
|
SCM_TIMESTAMPNS
|
||||||
SCM_UCRED
|
SCM_UCRED
|
||||||
|
|
||||||
LOCAL_PEERCRED
|
LOCAL_PEERCRED
|
||||||
|
|
Loading…
Add table
Reference in a new issue