diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-30 00:13:36 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-30 00:13:39 -0600 |
commit | a6da8a92b6656c4684d0c4973d31b0d8709f6548 (patch) | |
tree | 6ebfd5149715561f8c630671cebd41e0c620b0a3 /libraries/liburcu | |
parent | 24b046e520ad8156a029d4fa0ba9a6cc11d495e2 (diff) | |
download | slackbuilds-a6da8a92b6656c4684d0c4973d31b0d8709f6548.tar.gz |
libraries/liburcu: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/liburcu')
-rw-r--r-- | libraries/liburcu/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/liburcu/README b/libraries/liburcu/README index 5c092867f8..ef1258e673 100644 --- a/libraries/liburcu/README +++ b/libraries/liburcu/README @@ -1,3 +1,3 @@ liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which -scales linearly with the number of cores.
\ No newline at end of file +scales linearly with the number of cores. |