Changeset 2455 for branches


Ignore:
Timestamp:
Nov 16, 2005, 7:14:27 AM (20 years ago)
Author:
bird
Message:

fixed setkey prototype.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/unistd.h

    r2454 r2455  
    44 *
    55 * @changed Commented out stuff which isn't implemented, TCPIP stuff at bottom.
     6 * @changed setkey returns void not int in the standard and our implementation (glibc).
    67 * @todo    Several man-years.. ;) Serious, complete the FreeBSD 5.3 merge and
    78 *          implement all the functions. Currently there is a bunch of POSIX
     
    540541/** @todo int    sethostname(const char *, int); */
    541542#ifndef _SETKEY_DECLARED
    542 int      setkey(const char *);
     543/*int    setkey(const char *); bird: SUS say void return and so does glibc! */
     544void     setkey(const char *);
    543545#define _SETKEY_DECLARED
    544546#endif
Note: See TracChangeset for help on using the changeset viewer.