1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

<unistd.h>: New include.

This commit is contained in:
Miles Bader
1996-07-21 02:57:09 +00:00
parent 710bf4f9f8
commit 6f9561ed06
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ Sat Jul 20 13:28:52 1996 Miles Bader <miles@gnu.ai.mit.edu>
everything and don't bother creating the port set. everything and don't bother creating the port set.
* sysdeps/mach/hurd/uname.c (uname): Deref UNAME to get nodename. * sysdeps/mach/hurd/uname.c (uname): Deref UNAME to get nodename.
<unistd.h>: New include.
* sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify * sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify
continuation line. continuation line.

View File

@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave, not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */ Cambridge, MA 02139, USA. */
#include <unistd.h>
#include <sys/utsname.h> #include <sys/utsname.h>
#include <hurd.h> #include <hurd.h>
#include <hurd/startup.h> #include <hurd/startup.h>