diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-04 12:18:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-04 12:18:38 +0000 |
commit | c6bd526f49f11784f7c1d2f694538981fa573ca1 (patch) | |
tree | 77dfe3dc047dcc55bf77b65fe372720c1ef68411 /sysdeps | |
parent | 7ba4fcfcf2eacf57725beabe6e7e82aa1d37d0ca (diff) | |
download | glibc-c6bd526f49f11784f7c1d2f694538981fa573ca1.tar.gz glibc-c6bd526f49f11784f7c1d2f694538981fa573ca1.tar.xz glibc-c6bd526f49f11784f7c1d2f694538981fa573ca1.zip |
Update.
1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext, putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax, strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with version GLIBC_2.1. 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/lang.texi (Range of Type): Change @end table->@end vtable. (Floating Point Parameters): Likewise.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/gnu/errlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index e6ca78d33a..a0ae14af82 100644 --- a/sysdeps/gnu/errlist.c +++ b/sysdeps/gnu/errlist.c @@ -330,7 +330,7 @@ TRANS particular protocol being used by the socket. @xref{Socket Options}. */ #ifdef EPROTONOSUPPORT /* TRANS The socket domain does not support the requested communications protocol -TRANS (perhaps because the requested protocol is completely invalid.) +TRANS (perhaps because the requested protocol is completely invalid). TRANS @xref{Creating a Socket}. */ [ERR_REMAP (EPROTONOSUPPORT)] = N_("Protocol not supported"), #endif |