1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix typo in comment.

This commit is contained in:
Ulrich Drepper
2011-04-09 11:01:37 -04:00
parent e451d22b22
commit 38a7d692fc
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2011-04-09 Ulrich Drepper <drepper@gmail.com>
[BZ #12655]
* sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
Patch by Filipe David Manana <fdmanana@apache.org>.
2011-04-07 Andreas Schwab <schwab@redhat.com> 2011-04-07 Andreas Schwab <schwab@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL): * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):

4
NEWS
View File

@ -1,4 +1,4 @@
GNU C Library NEWS -- history of user-visible changes. 2011-4-1 GNU C Library NEWS -- history of user-visible changes. 2011-4-9
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions. See the end for copying conditions.
@ -12,7 +12,7 @@ Version 2.14
* The following bugs are resolved with this release: * The following bugs are resolved with this release:
11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12583, 12587, 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12518, 12583, 12587,
12597, 12631 12597, 12631, 12655
Version 2.13 Version 2.13

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. /* Copyright (C) 1995, 1996, 1997, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -19,7 +19,7 @@
#ifndef _SYSCALL_H #ifndef _SYSCALL_H
#define _SYSCALL_H 1 #define _SYSCALL_H 1
/* This file should list the numbers of the system the system knows. /* This file should list the numbers of the system calls the system knows.
But instead of duplicating this we use the information available But instead of duplicating this we use the information available
from the kernel sources. */ from the kernel sources. */
#include <asm/unistd.h> #include <asm/unistd.h>