diff options
author | Felix Geyer <debfx-pkg@fobos.de> | 2009-12-17 20:44:07 +0100 |
---|---|---|
committer | Felix Geyer <debfx-pkg@fobos.de> | 2009-12-17 20:44:07 +0100 |
commit | e931f478402bd35f0754a76ea5560643b9b0d1f5 (patch) | |
tree | 55be5016f268f4bbac8fe22ac99dfb782c8a6acf /src/VBox/Runtime/r3/posix/tls-posix.cpp | |
parent | 92d607e8349d0f1268b236b3bf4cb433179253f1 (diff) | |
download | virtualbox-e931f478402bd35f0754a76ea5560643b9b0d1f5.tar.gz |
Imported Upstream version 3.1.2-dfsgupstream/3.1.2-dfsg
Diffstat (limited to 'src/VBox/Runtime/r3/posix/tls-posix.cpp')
-rw-r--r-- | src/VBox/Runtime/r3/posix/tls-posix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/r3/posix/tls-posix.cpp b/src/VBox/Runtime/r3/posix/tls-posix.cpp index cac646e4e..b38a082f4 100644 --- a/src/VBox/Runtime/r3/posix/tls-posix.cpp +++ b/src/VBox/Runtime/r3/posix/tls-posix.cpp @@ -1,4 +1,4 @@ -/* $Id: tls-posix.cpp 22450 2009-08-26 06:49:36Z vboxsync $ */ +/* $Id: tls-posix.cpp $ */ /** @file * IPRT - Thread Local Storage (TLS), POSIX. */ |