diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:45:51 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:45:51 +0000 |
| commit | 112c5746d7f5e76d8461c52c4ba3cf65a38fcc44 (patch) | |
| tree | c517760b8f26b02467ca44540a9e26f8f27c2135 /lib/libc/sys/__error.c | |
| parent | 5fb02371e7404b33313c2b4a834cb6c23d541133 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/__error.c')
| -rw-r--r-- | lib/libc/sys/__error.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/__error.c b/lib/libc/sys/__error.c index 9b0c25f2fae3..8c14b0f75153 100644 --- a/lib/libc/sys/__error.c +++ b/lib/libc/sys/__error.c @@ -29,6 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD$ */ #include <sys/cdefs.h> @@ -41,7 +42,8 @@ extern int errno; */ #pragma weak __error=__error_unthreaded -int * __error_unthreaded() +int * +__error_unthreaded() { return(&errno); } |
