Changeset b0b4592e in mainline for uspace/lib/c/arch/sparc32/include/libarch/stackarg.h
- Timestamp:
- 2014-03-15T19:21:53Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c773adc
- Parents:
- 2034f98 (diff), 8cffdf5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc32/include/libarch/stackarg.h
r2034f98 rb0b4592e 1 1 /* 2 * Copyright (c) 200 5Josef Cejka2 * Copyright (c) 2006 Josef Cejka 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup softfloat29 /** @addtogroup libcsparc32 30 30 * @{ 31 31 */ 32 /** @file Other functions (power, complex).32 /** @file 33 33 */ 34 34 35 #ifndef __OTHER_H__36 #define __OTHER_H__35 #ifndef LIBC_sparc32_STACKARG_H_ 36 #define LIBC_sparc32_STACKARG_H_ 37 37 38 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.