diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-23 14:37:42 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-23 14:37:42 +0100 |
commit | 77f321a0a9f652da11bb17cfe280c1770d03d41e (patch) | |
tree | e5d51fbc5f102bf0687ba15d33d372552f052c75 /gl | |
parent | 3d829b5b46c498ed80238c1e4c316f661b10f639 (diff) | |
download | libtasn1-77f321a0a9f652da11bb17cfe280c1770d03d41e.tar.gz libtasn1-77f321a0a9f652da11bb17cfe280c1770d03d41e.tar.bz2 libtasn1-77f321a0a9f652da11bb17cfe280c1770d03d41e.zip |
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/unistd.in.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gl/unistd.in.h b/gl/unistd.in.h index f0a6740..fa8d84a 100644 --- a/gl/unistd.in.h +++ b/gl/unistd.in.h @@ -131,10 +131,6 @@ extern int chown (const char *file, uid_t uid, gid_t gid); #if @GNULIB_CLOSE@ -# if @UNISTD_H_HAVE_WINSOCK2_H@ -/* Need a gnulib internal function. */ -# define HAVE__GL_CLOSE_FD_MAYBE_SOCKET 1 -# endif # if @REPLACE_CLOSE@ /* Automatically included by modules that need a replacement for close. */ # undef close |