about summary refs log tree commit diff
path: root/socket/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-01 09:27:15 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-01 09:27:15 +0000
commitb504171963774acaeb363080407155765a509d1a (patch)
treec2d4e07dbb5995a522d5320aa4625b8d081bc8a9 /socket/Makefile
parent4d651ddce3203105984eb8b44b0a81a5b39b8382 (diff)
downloadglibc-b504171963774acaeb363080407155765a509d1a.tar.gz
glibc-b504171963774acaeb363080407155765a509d1a.tar.xz
glibc-b504171963774acaeb363080407155765a509d1a.zip
Update.
2001-06-01  Ulrich Drepper  <drepper@redhat.com>

	* socket/Makefile (routines): Add sockatmark.
	* socket/Versions [GLIBC_2.2.4]: Add sockatmark.
	* socket/sys/socket.h: Add prototype for sockatmark.
	* sysdeps/generic/sockatmark.c: New file.
	* sysdeps/unix/sockatmark.c: New file.
Diffstat (limited to 'socket/Makefile')
-rw-r--r--socket/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/socket/Makefile b/socket/Makefile
index fb97705bb4..c967df27e7 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991,95,96,97,98,99,2000 Free Software Foundation, Inc.
+# Copyright (C) 1991,95,96,97,98,99,2000,2001 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -26,7 +26,8 @@ headers	:= sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h \
 
 routines := accept bind connect getpeername getsockname getsockopt	\
 	    listen recv recvfrom recvmsg send sendmsg sendto		\
-	    setsockopt shutdown socket socketpair isfdtype opensock
+	    setsockopt shutdown socket socketpair isfdtype opensock	\
+	    sockatmark
 
 distribute := ifreq.h