diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-15 22:38:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-15 22:38:46 +0000 |
commit | 2a1dea970d565187255f6acffcb9963d6cefc674 (patch) | |
tree | 1d3437a0478f43b693cdb2922f1e02b529679490 /ChangeLog | |
parent | 9691d83c537b8c03e9fe17194014f9e37b7d628f (diff) | |
download | glibc-2a1dea970d565187255f6acffcb9963d6cefc674.tar.gz glibc-2a1dea970d565187255f6acffcb9963d6cefc674.tar.xz glibc-2a1dea970d565187255f6acffcb9963d6cefc674.zip |
* nscd/connections.c (handle_request): Add a __builtin_expect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 526c988500..f33e50a273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-01-15 Ulrich Drepper <drepper@redhat.com> + * nscd/connections.c (handle_request): Add a __builtin_expect. + * nscd/connections.c (serv2db): Change type into structure which also says whether this is a request for data. Renamed to servinfo. All users changed. |