summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/socket.h')
-rw-r--r--include/asm-i386/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/socket.h b/include/asm-i386/socket.h
index 9dc6c3389..c44d16bc0 100644
--- a/include/asm-i386/socket.h
+++ b/include/asm-i386/socket.h
@@ -40,6 +40,8 @@
#define SO_DETACH_FILTER 27
#define SO_PEERNAME 28
+#define SO_TIMESTAMP 29
+#define SCM_TIMESTAMP SO_TIMESTAMP
/* Nasty libc5 fixup - bletch */
#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)