Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
1999-04-16  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
	SOL_AAL, and SOL_IRDA.
  • Loading branch information
Ulrich Drepper committed Apr 16, 1999
1 parent 7d17e92 commit 17c7887
Show file tree
Hide file tree
Showing 11 changed files with 1,010 additions and 8 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
1999-04-16 Ulrich Drepper <drepper@cygnus.com>

* sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM,
SOL_AAL, and SOL_IRDA.

1999-04-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>

* sysdeps/unix/sysv/linux/fstatvfs.c: Set f_frsize to zero. Don't
Expand Down
1 change: 0 additions & 1 deletion linuxthreads/sysdeps/arm/Implies

This file was deleted.

1 change: 0 additions & 1 deletion linuxthreads/sysdeps/i386/Implies

This file was deleted.

1 change: 0 additions & 1 deletion linuxthreads/sysdeps/m68k/Implies

This file was deleted.

1 change: 0 additions & 1 deletion linuxthreads/sysdeps/mips/Implies

This file was deleted.

1 change: 0 additions & 1 deletion linuxthreads/sysdeps/powerpc/Implies

This file was deleted.

1 change: 0 additions & 1 deletion linuxthreads/sysdeps/sparc/sparc32/Implies

This file was deleted.

1 change: 0 additions & 1 deletion linuxthreads/sysdeps/sparc/sparc64/Implies

This file was deleted.

5 changes: 5 additions & 0 deletions localedata/ChangeLog
@@ -1,3 +1,8 @@
1999-04-16 Ulrich Drepper <drepper@cygnus.com>

* locales/th_TH: New file. Thai locale description.
Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.

1999-04-14 Cristian Gafton <gafton@redhat.com>

* SUPPORTED: Add support for Ukraine Russian.
Expand Down
995 changes: 995 additions & 0 deletions localedata/locales/th_TH

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion sysdeps/unix/sysv/linux/bits/socket.h
@@ -1,5 +1,5 @@
/* System-specific socket constants and types. Linux version.
Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
Copyright (C) 1991,92,94,95,96,97,98,99 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
Expand Down Expand Up @@ -120,6 +120,10 @@ enum __socket_type
#define SOL_RAW 255
#define SOL_DECNET 261
#define SOL_X25 262
#define SOL_PACKET 263
#define SOL_ATM 264 /* ATM layer (cell level). */
#define SOL_AAL 265 /* ATM Adaption Layer (packet level). */
#define SOL_IRDA 266

/* Maximum queue length specifiable by listen. */
#define SOMAXCONN 128
Expand Down

0 comments on commit 17c7887

Please sign in to comment.