diff options
Diffstat (limited to 'sysdeps/generic/not-errno.h')
-rw-r--r-- | sysdeps/generic/not-errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/not-errno.h b/sysdeps/generic/not-errno.h index 93617a3266..0fd66b5c5e 100644 --- a/sysdeps/generic/not-errno.h +++ b/sysdeps/generic/not-errno.h @@ -17,3 +17,5 @@ <http://www.gnu.org/licenses/>. */ extern __typeof (__access) __access_noerrno attribute_hidden; + +extern __typeof (__kill) __kill_noerrno attribute_hidden; |