Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-29 09:21:29 +0400
committerRob Landley <rob@landley.net>2006-05-29 09:21:29 +0400
commit97551974485a8680299560af8863023dfb9634af (patch)
tree9fd4c488d2f2189139fd1dd8d029811b8e7151c1 /include/shadow_.h
parent0582ee08263e6399cc67db9dde321be55cad962f (diff)
This is not C++.
Diffstat (limited to 'include/shadow_.h')
-rw-r--r--include/shadow_.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/shadow_.h b/include/shadow_.h
index 1b14f0a7b..29c99f8e2 100644
--- a/include/shadow_.h
+++ b/include/shadow_.h
@@ -79,7 +79,7 @@ extern int getspent_r (struct spwd *__result_buf, char *__buffer,
extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
char *__buffer, size_t __buflen,
- struct spwd **__result)__THROW;
+ struct spwd **__result);
extern int sgetspent_r (__const char *__string, struct spwd *__result_buf,
char *__buffer, size_t __buflen,